implement max-volumes for cinder csi (#5666)

This commit is contained in:
Hugo Blom
2020-03-02 12:30:43 +01:00
committed by GitHub
parent 678ed5ced5
commit 0c1a0ab966
2 changed files with 5 additions and 1 deletions

View File

@@ -22,3 +22,6 @@ ca-file="{{ kube_config_dir }}/cinder-cacert.pem"
{% if cinder_blockstorage_version is defined %}
bs-version={{ cinder_blockstorage_version }}
{% endif %}
{% if node_volume_attach_limit is defined and node_volume_attach_limit != "" %}
node-volume-attach-limit="{{ node_volume_attach_limit }}"
{% endif %}