From 827dbf564e8f6d7ae37a078b52fb6990c298b949 Mon Sep 17 00:00:00 2001 From: Prasad Katti Date: Tue, 14 May 2024 07:36:34 -0700 Subject: [PATCH] docs cleanup: remove references to really old k8s versions towards #441 removes information on getting started page about enabling feature gates that were removed in v1.21 --- docs/getting-started.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 0e586d36d..f7689fe5d 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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) @@ -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