From 8f7001f024c02ff34573c0999eef71a5007b02a7 Mon Sep 17 00:00:00 2001 From: Zach Arnold Date: Sun, 9 Sep 2018 18:25:44 -0500 Subject: [PATCH] comma splice --- content/en/docs/setup/multiple-zones.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/multiple-zones.md b/content/en/docs/setup/multiple-zones.md index 6a95eb19a282e..8125527931c71 100644 --- a/content/en/docs/setup/multiple-zones.md +++ b/content/en/docs/setup/multiple-zones.md @@ -82,7 +82,7 @@ The following limitations are addressed with [topology-aware volume binding](/do may not provide a uniform distribution of storage across zones. * When specifying multiple PVCs in a Deployment or Pod spec, the StorageClass - needs to be configured for a specific, single zone, or the PVs need to be + needs to be configured for a specific single zone, or the PVs need to be statically provisioned in a specific zone. Another workaround is to use a StatefulSet, which will ensure that all the volumes for a replica are provisioned in the same zone.