-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Minikube + Containerd driver? #17882
Comments
Minikube supports Docker and Podman, but not containerd. Neither does The standard now is running containerd-in-docker, with crio-in-podman as some kind of experimental alternative... Support cri-dockerd (for runtime) and supporting nerdctl (for driver) is becoming more of a maintenance burden. |
Thanks for the answer. Container based options are not looking good.. Podman is experimental and Docker is restricted with license changes. Looks like I should look into other VM based alternatives for the time being. |
Especially the There are also more people using Docker Desktop and Podman Desktop, instead of the more open alternatives. |
Note that there are no license changes for Docker Engine, it is still Open Source. Same goes for Podman Engine. |
Yeah but that's only available on Linux OS right? |
Minikube uses Docker Machine, for the others. |
I am confused. What does that mean? How can I use that if I don't have Docker desktop installed on my MacOS for example?
|
As you mention, it is mostly used as the runtime for the Kubernetes cluster. Not as the engine for the node. But in theory it is possible to run minikube-in-minikube, just that it is not a primary setup (out-of-the-box)
https://minikube.sigs.k8s.io/docs/tutorials/docker_desktop_replacement/ |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". 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-sigs/prow repository. |
What Happened?
Hi. Does Minikube support containerd as a standalone driver? It's mentioned as one of the possible runtimes, but not driver.
I was wondering if Minikube could support containerd as a driver alternative for Docker.
Attach the log file
N/A
Operating System
macOS (Default)
Driver
Docker
The text was updated successfully, but these errors were encountered: