File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,13 @@ using `allowedTopologies`.
343
343
344
344
{{< note >}}
345
345
` 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.
347
353
{{< /note >}}
348
354
349
355
# ## NFS
You can’t perform that action at this time.
0 commit comments