Move ipv6 support note to FAQs and re-format FAQs

pull/7609/head
Prasad Katti 2020-04-11 15:08:14 -07:00
parent 80e693b98f
commit 17c5f4e785
2 changed files with 3 additions and 7 deletions

View File

@ -6,11 +6,11 @@ description: >
Questions that come up regularly Questions that come up regularly
--- ---
## Operating-systems ## Does minikube support IPv6?
## Linux minikube currently doesn't support IPv6. However, it is on the [roadmap]({{< ref "/docs/contrib/roadmap.en.md" >}}).
### Preventing password prompts ## How can I prevent password prompts on Linux?
The easiest approach is to use the `docker` driver, as the backend service always runs as `root`. The easiest approach is to use the `docker` driver, as the backend service always runs as `root`.

View File

@ -85,10 +85,6 @@ For instance, to allow Kubernetes to launch on an unsupported Docker release:
minikube start --extra-config=kubeadm.ignore-preflight-errors=SystemVerification minikube start --extra-config=kubeadm.ignore-preflight-errors=SystemVerification
``` ```
### IPv6 support
minikube currently doesn't support IPv6. However, it is on the [roadmap]({{< ref "/docs/contrib/roadmap.en.md" >}}).
## Runtime configuration ## Runtime configuration
The default container runtime in minikube is Docker. You can select it explicitly by using: The default container runtime in minikube is Docker. You can select it explicitly by using: