Skip to content

Commit d256c64

Browse files
committed
Detail zonal provisioning for GCE PD
1 parent 83d7d4e commit d256c64

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
@@ -333,7 +333,13 @@ using `allowedTopologies`.
333333

334334
{{< note >}}
335335
`zone` and `zones` parameters are deprecated and replaced with
336-
[allowedTopologies](#allowed-topologies)
336+
[allowedTopologies](#allowed-topologies). When [GCE CSI Migration](
337+
https://kubernetes.io/docs/concepts/storage/volumes/#gce-csi-migration) is
338+
enabled, a GCE PD volume can be provisioned in a topology that does not match
339+
any nodes, but any pod trying to use that volume will fail to schedule. With
340+
legacy pre-migration GCE PD, in this case an error will be produced
341+
instead at provisioning time. GCE CSI Migration is enabled by default beginning
342+
in 1.23.
337343
{{< /note >}}
338344

339345
### NFS

0 commit comments

Comments
 (0)