Merge pull request #7609 from prasadkatti/ipv6_support

Add a note that minikube does not support IPv6 yet
pull/7560/head^2
Medya Ghazizadeh 2020-04-12 22:04:54 -07:00 committed by GitHub
commit cd7d4b8157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -6,11 +6,11 @@ description: >
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`.