Skip to content

Commit

Permalink
Merge pull request #448 from prasadkatti/patch-1
Browse files Browse the repository at this point in the history
docs cleanup: remove references to really old k8s versions
  • Loading branch information
k8s-ci-robot authored May 15, 2024
2 parents c4b2c5f + 827dbf5 commit 92d40bc
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on older versions, please see version links under
## Table of Contents

- [Step 1: Bringing up a cluster with local disks](#step-1-bringing-up-a-cluster-with-local-disks)
* [Enabling the alpha feature gates](#enabling-the-alpha-feature-gates)
+ [1.10-1.12](#110-112)
* [Option 1: GCE](#option-1-gce)
* [Option 2: GKE](#option-2-gke)
* [Option 3: Baremetal environments](#option-3-baremetal-environments)
Expand All @@ -24,19 +22,6 @@ on older versions, please see version links under

### Step 1: Bringing up a cluster with local disks

#### Enabling the alpha feature gates

##### 1.10-1.12

If raw local block feature is needed,
```
$ export KUBE_FEATURE_GATES="BlockVolume=true"
```

Note: Kubernetes versions prior to 1.10 require [several additional
feature-gates](https://github.com/kubernetes-incubator/external-storage/tree/local-volume-provisioner-v2.0.0/local-volume#enabling-the-alpha-feature-gates)
be enabled on all Kubernetes components, because the persistent local volumes and other features were in alpha.

#### Option 1: GCE

GCE clusters brought up with `clusters/kube-up.sh` script in [Kubernetes
Expand Down

0 comments on commit 92d40bc

Please sign in to comment.