-
Notifications
You must be signed in to change notification settings - Fork 98
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
Make the EBS CSI driver configurable #159
Comments
cc @rfranzke |
/assign @ialidzhikov |
/topology shoot The idea is that the end-user can configure the volume attach limit by the following annotation on the shoot: |
Currently the gardener-apiserver won't increase the I will now propose PR for the v0.6.0 upgrade and a draft PR for the |
Well, I wouldn't do anything for now and simply state that the user can trigger the reconciliation using |
How to categorize this issue?
/area usability
/kind enhancement
/priority normal
What would you like to be added: The EBS CSI driver v0.6.0 has been released recently. It contains the changes, allowing users to overwrite the max-attachable-volumes per node for the cluster.
We need to enable both a new version of CSI-driver and users to be able to configure the
volume-attach-limit
flag of the csi-driver via shoot-resource.To mention, this is part of the issue gardener/gardener#2354 , and a prominent need for the MemoryOne integration to work at its best with k8s 1.18+.
Why is this needed: The environment variable
KUBE_MAX_PD_VOLS
is ineffective with CSI migration, which leaves no way for a user to configure the max-attachable-volumes.The text was updated successfully, but these errors were encountered: