Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 63: Added support for ephemeral storage #215
Issue 63: Added support for ephemeral storage #215
Changes from all commits
2f022a7
8e02a92
ba3e241
17f5dff
e549b2d
dada168
5f20b7e
143a52b
5b747c7
cb7c588
fefa364
df5ca92
e663fc7
023271f
4967437
5560fa5
ebe8cca
0b5d7c9
6c5e449
b369dd8
11cf150
942e972
2d44c1e
6b4259f
0cad266
1db7f35
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also mention data loss on node restart.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add the check before this.
add the following if block before setting value for
emptydirvolumesource
Also the check in front of
persistence
can be changed to be created only whenephemeral.enabled
is set to falseThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we move this under storage, we can provide multiple storage options under strorage like ephemeral and persistent storage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have changed the structure and added storage struct and moved persistence and ephemeral in it
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.