Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#2189 from ascopes/patch-1
Browse files Browse the repository at this point in the history
Update parameters.md to fix a typo in `allowedTopologies`
  • Loading branch information
k8s-ci-robot authored Oct 17, 2024
2 parents d4a86ad + de60326 commit 6e1bf2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The EBS CSI Driver supports the [`WaitForFirstConsumer` volume binding mode in K

When using static provisioning, or if `WaitForFirstConsumer` is not suitable for a specific usecase, the Availability Zone can be specified via the standard CSI topology mechanisms. The EBS CSI Driver supports specifying the Availability Zone via either the key `topology.kubernetes.io/zone` or the key `topology.ebs.csi.aws.com/zone`.

On Kubernetes, the Availability Zone of dynamically provisioned volumes can be restricted with the [`StorageClass`'s `availableToplogies` parameter](https://kubernetes.io/docs/concepts/storage/storage-classes/#allowed-topologies), for example:
On Kubernetes, the Availability Zone of dynamically provisioned volumes can be restricted with the [`StorageClass`'s `allowedTopologies` parameter](https://kubernetes.io/docs/concepts/storage/storage-classes/#allowed-topologies), for example:

```
apiVersion: storage.k8s.io/v1
Expand Down

0 comments on commit 6e1bf2a

Please sign in to comment.