You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/kubernetes/user-guides/basic.md
+8-6
Original file line number
Diff line number
Diff line change
@@ -46,18 +46,20 @@ web-server 1/1 Running 0 1m
46
46
**Note:** Regional cluster support only available in beta starting with
47
47
Kubernetes 1.14.
48
48
49
-
This example provisions a regional PD in regional clusters.
49
+
This example provisions a regional PD in either zonal or regional clusters.
50
50
51
-
1. Create example Regional Storage Class. Choose between:
51
+
1. Create example Regional Storage Class. For zonal clusters, `allowedTopologies` must be specified with two zones where one of the zones must be the cluster's zone. For regional clusters this configuration can also be used to make sure that regional PD is provisioned in those two zones.
For regional clusters it is also possible to not specify `allowedTopologies`, in which case two zones will be picked from the available zones in the cluster's region.
0 commit comments