Skip to content

Commit

Permalink
Merge pull request #2167 from guikcd/topology_zone_typo
Browse files Browse the repository at this point in the history
docs: Fix typo in volume topology zone match label
  • Loading branch information
k8s-ci-robot authored Oct 4, 2024
2 parents 1f52666 + f72c243 commit be9d6be
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 @@ -53,7 +53,7 @@ allowedTopologies:
- matchLabelExpressions:
- key: topology.kubernetes.io/zone
values:
- us-east-1
- us-east-1a
```

Additionally, statically provisioned volumes can be restricted to pods in the appropriate Availability Zone, see the [static provisioning example](../examples/kubernetes/static-provisioning/).

0 comments on commit be9d6be

Please sign in to comment.