-
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
Document minikube docker driver version requirements #9077
Comments
Docker has been less problem in version, plus this seems to be more related to the docker inside minikube rather than the outside docker verison. we could add a link to the kubeadm from our docs, with the version |
I should have been more specific, what I meant was that we need (want?) to be more strict with the versions used for the Docker driver. The reason for this ticket was the |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
We need to check against outdated minor Docker versions, at least. It should be OK with 18.09 and 19.03 - as long as they are updated... |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
I do think this is valuable information, it would be an easy check to make as well. |
i think we should check if the very old docker versions fails or not, we added support for ancient docker versions in a PR that we might not wanna block users anymore but I would be okay with informing the user if their docker is more than 2 years old they might wanna look into upgrading it. |
Kubernetes itself supports ancient versions, but KIC doesn't really...
kubeadm
says:Should verify the Docker version, like we do with the Podman version ?
And have a similar recommendation for minikube, on the driver page.
EDIT: I don't think we want to keep supporting 17.03 - 18.09 - or even earlier.
So the easiest would be to require Docker Engine 19.03+ or Docker Desktop 2.1+ ?
Otherwise we need to look at version and API, and implement workarounds.
The text was updated successfully, but these errors were encountered: