File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ Daemonsets should deploy pods on nodes from proper openstack context. We suppose
138138
139139Do as follows :
140140- Use nodeSelector to match proper nodes labels
141- - Add cli argument `--additionnal -topology topology.kubernetes.io/region=region-one`, which should match node labels, to container cinder-csi-plugin
141+ - Add cli argument `--additional -topology topology.kubernetes.io/region=region-one`, which should match node labels, to container cinder-csi-plugin
142142- Add cli argument `--cloud-name="region-one"`, which should match configuration file subsection name, to container cinder-csi-plugin.
143143
144144` ` ` yaml
@@ -168,7 +168,7 @@ spec:
168168 - --endpoint=$(CSI_ENDPOINT)
169169 - --cloud-config=$(CLOUD_CONFIG)
170170 - --cloud-name="region-one"
171- - --additionnal -topology
171+ - --additional -topology
172172 - topology.kubernetes.io/region=region-one
173173 env:
174174 - name: CSI_ENDPOINT
@@ -218,7 +218,7 @@ spec:
218218 - --endpoint=$(CSI_ENDPOINT)
219219 - --cloud-config=$(CLOUD_CONFIG)
220220 - --cloud-name="region-two"
221- - --additionnal -topology
221+ - --additional -topology
222222 - topology.kubernetes.io/region=region-two
223223 env:
224224 - name: CSI_ENDPOINT
You can’t perform that action at this time.
0 commit comments