File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 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
138
138
139
139
Do as follows :
140
140
- 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
142
142
- Add cli argument `--cloud-name="region-one"`, which should match configuration file subsection name, to container cinder-csi-plugin.
143
143
144
144
` ` ` yaml
@@ -168,7 +168,7 @@ spec:
168
168
- --endpoint=$(CSI_ENDPOINT)
169
169
- --cloud-config=$(CLOUD_CONFIG)
170
170
- --cloud-name="region-one"
171
- - --additionnal -topology
171
+ - --additional -topology
172
172
- topology.kubernetes.io/region=region-one
173
173
env:
174
174
- name: CSI_ENDPOINT
@@ -218,7 +218,7 @@ spec:
218
218
- --endpoint=$(CSI_ENDPOINT)
219
219
- --cloud-config=$(CLOUD_CONFIG)
220
220
- --cloud-name="region-two"
221
- - --additionnal -topology
221
+ - --additional -topology
222
222
- topology.kubernetes.io/region=region-two
223
223
env:
224
224
- name: CSI_ENDPOINT
You can’t perform that action at this time.
0 commit comments