added a heading for feature gate

pull/7443/head
Vikky Omkar 2020-04-06 14:19:02 +05:30 committed by GitHub
parent f05002e8aa
commit 06ac3fcae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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