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
Copy file name to clipboardExpand all lines: docs/cinder-csi-plugin/features.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ This feature enables driver to consider the topology constraints while creating
35
35
`topology.cinder.csi.openstack.org/zone` : Availability by Zone
36
36
*`allowedTopologies` can be specified in storage class to restrict the topology of provisioned volumes to specific zones and should be used as replacement of `availability` parameter.
37
37
* To disable: set `--feature-gates=Topology=false` in external-provisioner (container `csi-provisioner` of `csi-cinder-controllerplugin`).
38
+
* If using Helm, it can be disabled by setting `Values.csi.provisioner.topology: "false"`
38
39
39
40
For usage, refer [sample app](./examples.md#use-topology)
0 commit comments