Skip to content

Commit 84a4732

Browse files
fix typo on "additional" (#2644)
1 parent 2d98e88 commit 84a4732

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cinder-csi-plugin/multi-region-clouds.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Daemonsets should deploy pods on nodes from proper openstack context. We suppose
138138

139139
Do 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

0 commit comments

Comments
 (0)