Move ipv6 support note to FAQs and re-format FAQs
parent
80e693b98f
commit
17c5f4e785
|
@ -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`.
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue