-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document minikube Podman support #19218
Comments
@sftim: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign |
@sftim : the docker driver also runs containers as root, so there is no real difference there... Users should continue to run in a VM, if they are not happy with running privileged containers. And nobody should use the "none" driver, except for special use cases. It's in the minikube docs. Basically it will run In the new documentation, the "docker" driver is missing from the list:
So it should be described, since the "podman" driver now refers to it ?
Also the link is wrong, it goes to "Docker Desktop" (for Mac and Win)
|
@afbjorklund would you be willing to repeat your comment #19218 (comment) in a new issue? |
Sure thing, there seems to be several issues here. But will try go finish v1.10 with podman first... So far it is only in beta, and "podman" driver is likely to be experimental for quite some time yet. |
Seems like there already is #15969 under way, so maybe not create any more issues ? |
This is a Feature Request
What would you like to be added
Update the page at https://kubernetes.io/docs/tasks/tools/install-minikube/ to mention that there is a
podman
driver, similar to the Docker driver.I recommend that for now the Kubernetes website recommends to readers that they avoid using the
podman
driver; it's an initial implementation that requires running the containers as root. This should look similar to the existing advice about--vm-driver=none
.Why is this needed
There is now a
podman
driver in Minikube: kubernetes/minikube#6515Comments
/priority backlog
/good-first-issue
(if this is your first issue, and you aren't sure how to start, reply with a comment and I will try to provide advice).
/sig cluster-lifecycle
The text was updated successfully, but these errors were encountered: