Skip to content

Commit 5e6d914

Browse files
authored
Merge pull request #38786 from mattcary/mig-reg
Detail zonal provisioning for GCE PD
2 parents 4a87fb5 + 7a9ab12 commit 5e6d914

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/en/docs/concepts/storage/storage-classes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,13 @@ using `allowedTopologies`.
343343

344344
{{< note >}}
345345
`zone` and `zones` parameters are deprecated and replaced with
346-
[allowedTopologies](#allowed-topologies)
346+
[allowedTopologies](#allowed-topologies). When
347+
[GCE CSI Migration](/docs/concepts/storage/volumes/#gce-csi-migration) is
348+
enabled, a GCE PD volume can be provisioned in a topology that does not match
349+
any nodes, but any pod trying to use that volume will fail to schedule. With
350+
legacy pre-migration GCE PD, in this case an error will be produced
351+
instead at provisioning time. GCE CSI Migration is enabled by default beginning
352+
from the Kubernetes 1.23 release.
347353
{{< /note >}}
348354

349355
### NFS

0 commit comments

Comments
 (0)