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
-[Step 2: Creating a StorageClass (1.9+)](#step-2-creating-a-storageclass-19)
17
+
-[Step 2: Creating a StorageClass](#step-2-creating-a-storageclass-19)
18
18
-[Step 3: Creating local persistent volumes](#step-3-creating-local-persistent-volumes)
19
19
*[Option 1: Using the local volume static provisioner](#option-1-using-the-local-volume-static-provisioner)
20
20
*[Option 2: Manually create local persistent volume](#option-2-manually-create-local-persistent-volume)
@@ -76,12 +76,8 @@ $ kubectl logs local-pv-test
76
76
requirements.
77
77
2. Mount all the filesystems under one directory per StorageClass. The directories
78
78
are specified in a configmap, see below.
79
-
3. Configure the Kubernetes API Server, controller-manager, scheduler, and all kubelets
80
-
with `KUBE_FEATURE_GATES` as described [above](#enabling-the-alpha-feature-gates).
81
-
4. If not using the default Kubernetes scheduler policy, the following
82
-
predicates must be enabled:
83
-
* Pre-1.9: `NoVolumeBindConflict`
84
-
* 1.9+: `VolumeBindingChecker`
79
+
3. If not using the default Kubernetes scheduler policy, the predicate
80
+
`VolumeBindingChecker` must be enabled.
85
81
86
82
#### Option 4: Local test cluster
87
83
@@ -178,7 +174,7 @@ See [Local Persistent Volume support on Azure](https://github.com/Azure/kubernet
178
174
179
175
LKE clusters can be created with custom Node Pools using the [Linode API](https://www.linode.com/docs/products/tools/linode-api/). For more information, see the [LKE Endpoints Collection](https://www.linode.com/docs/api/linode-kubernetes-engine-lke).
180
176
181
-
### Step 2: Creating a StorageClass (1.9+)
177
+
### Step 2: Creating a StorageClass
182
178
183
179
To delay volume binding until pod scheduling and to handle multiple local PVs in
184
180
a single pod, a StorageClass must to be created with `volumeBindingMode` set to
0 commit comments