-
Notifications
You must be signed in to change notification settings - Fork 12
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
Additional storage parameters #68
Comments
I'm thinking about additional level, something like this: storage:
resizeInUseVolumes: true
additionalOptionHere: true
volume: # OneOf
emptyDir: {}
volumeClaimTemplate: {} What is your ideas? |
Point 1 and 2 agree, but in point 3 how was work storage migration logic? Before anyone give suggestions we don't must change spec. |
storage:
resizeInUseVolumes: true
additionalOptionHere: true
emptyDir: {}
volumeClaimTemplate: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From here #67 (comment)
The new spec looks good good. The only question if we do this:
then where will we add the possible options in the future:
The text was updated successfully, but these errors were encountered: