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
+10-11
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Kubernetes Basic User Guide
2
2
This guide gives a simple example on how to provision zonal and regional PDs in single-zone and regional clusters.
3
3
4
-
**Note:** Regional cluster support only available in beta starting with
5
-
Kubernetes 1.14.
4
+
**Note:** Regional PD [support](https://kubernetes-csi.github.io/docs/topology.html) is available in beta starting with
5
+
Kubernetes 1.14 and GA starting with 1.17.
6
6
7
7
## Install Driver
8
8
@@ -43,21 +43,20 @@ web-server 1/1 Running 0 1m
43
43
44
44
## Regional PD example
45
45
46
-
**Note:** Regional cluster support only available in beta starting with
47
-
Kubernetes 1.14.
46
+
This example provisions a regional PD in either zonal or regional clusters.
48
47
49
-
This example provisions a regional PD in regional clusters.
48
+
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.
50
49
51
-
1. Create example Regional Storage Class. Choose between:
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