You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After deploying aws-ebs-csi-driver I notice that storageCapacity for csidrivers.storage.k8s.io ebs.csi.aws.com is set to false and I have been unable to identify any values/config in the Helm chart to adjust this.
The only workaround I have is to manually patch this value after driver deployment:
Hi, the EBS CSI Driver does not currently implement the CSI GetCapacity call, and thus we intentionally do not offer a way to modify this option in the StorageClass, as it would do nothing. We do not support GetCapacity as it is targeted towards drivers with a limited storage pool, while EBS represents effectively unlimited storage - thus most/all of the features do not apply to EBS volumes.
Is there a reason you are trying to turn on this feature for the EBS CSI Driver?
After deploying aws-ebs-csi-driver I notice that
storageCapacity
forcsidrivers.storage.k8s.io ebs.csi.aws.com
is set tofalse
and I have been unable to identify any values/config in the Helm chart to adjust this.The only workaround I have is to manually patch this value after driver deployment:
Is there a different way to set the CSI driver spec that I am overlooking?
Ref:
https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/csi-storage-capacity-v1/
https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/csi-driver-v1/#CSIDriverSpec
The text was updated successfully, but these errors were encountered: