From 06ac3fcae695d34b9d10be1cc8bcb68d16495406 Mon Sep 17 00:00:00 2001 From: Vikky Omkar Date: Mon, 6 Apr 2020 14:19:02 +0530 Subject: [PATCH] added a heading for feature gate --- site/content/en/docs/Reference/Configuration/kubernetes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/content/en/docs/Reference/Configuration/kubernetes.md b/site/content/en/docs/Reference/Configuration/kubernetes.md index 63f33700a0..7a271d49c0 100644 --- a/site/content/en/docs/Reference/Configuration/kubernetes.md +++ b/site/content/en/docs/Reference/Configuration/kubernetes.md @@ -56,6 +56,8 @@ For instance, to allow Kubernetes to launch on an unsupported Docker release: minikube start --extra-config=kubeadm.ignore-preflight-errors=SystemVerification ``` +## Enable feature gates + Kubernetes alpha/experimental features can be enabled or disabled by the `--feature-gates` flag on the `minikube start` command. It takes a string of the form `key=value` where key is the `component` name and value is the `status` of it. ```shell