From f72c243ee3004552bf4007384a135c7b6c49bcf7 Mon Sep 17 00:00:00 2001 From: Guillaume Delacour Date: Fri, 4 Oct 2024 14:09:45 +0200 Subject: [PATCH] docs: Fix typo in volume topology zone match label Source: https://kubernetes.io/docs/concepts/storage/storage-classes/#allowed-topologies --- docs/parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/parameters.md b/docs/parameters.md index a992ebfddb..b03afef2ac 100644 --- a/docs/parameters.md +++ b/docs/parameters.md @@ -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/).