-
Notifications
You must be signed in to change notification settings - Fork 13
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
Implement ".spec.storage" #49
Comments
There were also an idea of reuisng But there were some concerns about security and stability, eg. user can use Thus it's up to discussion. |
I didn't get how it can be our problem if user defines hostPath. Usually k8s admins create policies (old PSP, kyverno, OPA gatekeeper) to prevent k8s users from creation unwanted (compromising) pod settings (privileged, hostNetwork, hostPath, etc |
How about creating custom type, with selecting only specific methods we want to support? Otherwise there might be potencial problems with supporting resizing for various backends (eg. NFS and iscsi). One more thing is that most of these methods are deprecated in favor CSI plugins |
I think we should use |
I just understood that we can use storage field for zero downtime migration of etcd from one storage to another. @kvaps What do you think? |
Agree
Sounds like an idea for additional option. Just opened this question here |
Internally we agreed to extend spec like this:
The text was updated successfully, but these errors were encountered: