Skip to content

Commit

Permalink
fix typo on "additional" (#2644)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumebernard84 authored Sep 17, 2024
1 parent 2d98e88 commit 84a4732
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/cinder-csi-plugin/multi-region-clouds.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Daemonsets should deploy pods on nodes from proper openstack context. We suppose

Do as follows:
- Use nodeSelector to match proper nodes labels
- Add cli argument `--additionnal-topology topology.kubernetes.io/region=region-one`, which should match node labels, to container cinder-csi-plugin
- Add cli argument `--additional-topology topology.kubernetes.io/region=region-one`, which should match node labels, to container cinder-csi-plugin
- Add cli argument `--cloud-name="region-one"`, which should match configuration file subsection name, to container cinder-csi-plugin.

```yaml
Expand Down Expand Up @@ -168,7 +168,7 @@ spec:
- --endpoint=$(CSI_ENDPOINT)
- --cloud-config=$(CLOUD_CONFIG)
- --cloud-name="region-one"
- --additionnal-topology
- --additional-topology
- topology.kubernetes.io/region=region-one
env:
- name: CSI_ENDPOINT
Expand Down Expand Up @@ -218,7 +218,7 @@ spec:
- --endpoint=$(CSI_ENDPOINT)
- --cloud-config=$(CLOUD_CONFIG)
- --cloud-name="region-two"
- --additionnal-topology
- --additional-topology
- topology.kubernetes.io/region=region-two
env:
- name: CSI_ENDPOINT
Expand Down

0 comments on commit 84a4732

Please sign in to comment.