update regional pd description to use volume topology mechanism
This commit is contained in:
@@ -301,12 +301,13 @@ If `replication-type` is set to `none`, a regular (zonal) PD will be provisioned
|
|||||||
|
|
||||||
If `replication-type` is set to `regional-pd`, a
|
If `replication-type` is set to `regional-pd`, a
|
||||||
[Regional Persistent Disk](https://cloud.google.com/compute/docs/disks/#repds)
|
[Regional Persistent Disk](https://cloud.google.com/compute/docs/disks/#repds)
|
||||||
will be provisioned. In this case, users must use `zones` instead of `zone` to
|
will be provisioned. It's highly recommended to have
|
||||||
specify the desired replication zones. If exactly two zones are specified, the
|
`volumeBindingMode: WaitForFirstConsumer` set, in which case when you create
|
||||||
Regional PD will be provisioned in those zones. If more than two zones are
|
a Pod that consumes a PersistentVolumeClaim which uses this StorageClass, a
|
||||||
specified, Kubernetes will arbitrarily choose among the specified zones. If the
|
Regional Persistent Disk is provisioned with two zones. One zone is the same
|
||||||
`zones` parameter is omitted, Kubernetes will arbitrarily choose among zones
|
as the zone that the Pod is scheduled in. The other zone is randomly picked
|
||||||
managed by the cluster.
|
from the zones available to the cluster. Disk zones can be further constrained
|
||||||
|
using `allowedTopologies`.
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
`zone` and `zones` parameters are deprecated and replaced with
|
`zone` and `zones` parameters are deprecated and replaced with
|
||||||
|
|||||||
Reference in New Issue
Block a user