Skip to content

Commit b37964e

Browse files
authored
Merge pull request #528 from kylepl/patch-1
Update comments to drop very old version
2 parents 2b46a40 + 2907845 commit b37964e

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

docs/getting-started.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on older versions, please see version links under
1414
* [Option 5: EKS (experimental)](#option-5-eks-experimental)
1515
* [Option 6: AKS](#option-6-aks)
1616
* [Option 7: LKE](#option-7-lke)
17-
- [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)
1818
- [Step 3: Creating local persistent volumes](#step-3-creating-local-persistent-volumes)
1919
* [Option 1: Using the local volume static provisioner](#option-1-using-the-local-volume-static-provisioner)
2020
* [Option 2: Manually create local persistent volume](#option-2-manually-create-local-persistent-volume)
@@ -76,12 +76,8 @@ $ kubectl logs local-pv-test
7676
requirements.
7777
2. Mount all the filesystems under one directory per StorageClass. The directories
7878
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.
8581

8682
#### Option 4: Local test cluster
8783

@@ -178,7 +174,7 @@ See [Local Persistent Volume support on Azure](https://github.com/Azure/kubernet
178174

179175
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).
180176

181-
### Step 2: Creating a StorageClass (1.9+)
177+
### Step 2: Creating a StorageClass
182178

183179
To delay volume binding until pod scheduling and to handle multiple local PVs in
184180
a single pod, a StorageClass must to be created with `volumeBindingMode` set to

0 commit comments

Comments
 (0)