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
We should ensure that provided requisite zones (eg: as specified by a user on a StorageClass) are explicitly attempted to be created. This provides feedback to the user, if they specified unsupported zones.
Additionally, it may be useful to also ensure the provided zones are within the cluster's region (eg: so the user is unable to specify zones that span regions).
The text was updated successfully, but these errors were encountered:
According to the CSI spec:
If requisite is specified, the provisioned volume MUST be accessible from at least one of the requisite topologies.
Currently these are filtered based on supported zones:
gcp-compute-persistent-disk-csi-driver/pkg/gce-pd-csi-driver/controller.go
Line 446 in d7c5a23
We should ensure that provided requisite zones (eg: as specified by a user on a StorageClass) are explicitly attempted to be created. This provides feedback to the user, if they specified unsupported zones.
Additionally, it may be useful to also ensure the provided zones are within the cluster's region (eg: so the user is unable to specify zones that span regions).
The text was updated successfully, but these errors were encountered: