Implement topology support for Cinder CSI (#5667)

* make cinder csi topology aware

* change feature description do better reflect whats being done

* remove sameas true since it isn't required
This commit is contained in:
Hugo Blom
2020-02-26 14:12:25 +01:00
committed by GitHub
parent c6170eb79d
commit 171d2ce59c
3 changed files with 19 additions and 0 deletions

View File

@@ -35,6 +35,9 @@ spec:
image: {{ cinder_csi_provisioner_image_repo }}:{{ cinder_csi_provisioner_image_tag }}
args:
- "--csi-address=$(ADDRESS)"
{% if cinder_topology is defined and cinder_topology %}
- --feature-gates=Topology=true
{% endif %}
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock