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 @@ -333,7 +333,13 @@ using `allowedTopologies`.
333
333
334
334
{{< note >}}
335
335
` 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.
337
343
{{< /note >}}
338
344
339
345
# ## NFS
You can’t perform that action at this time.
0 commit comments