-
Notifications
You must be signed in to change notification settings - Fork 717
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
Docker 20.10 Not Currently Supported #2361
Comments
Facing the same issue while doing docker version
Kubernetes version: 1.19.5 error:
|
Ok we found a fix to our issue. We were running kubeadm init from cloud-init and we observed that $HOME was not set at that time. So
Setting $HOME before running kubeadm init worked just fine. We just did |
as @HemantNegi mentioned this error:
means that you haven't setup kubernetes has not moved to using 20.x yet: once the setup for 20.x is in place, kubeadm will also start accepting docker 20.x without preflight warnings. thanks |
/kind support |
@neolit123: Closing this issue. 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. |
What keywords did you search in kubeadm issues before filing this one?
Searched for "20.10" and "Docker". Nothing found related.
Is this a BUG REPORT or FEATURE REQUEST?
BIG REPORT
docker info
with Docker 20.10 JSON isn't parsable bykubeadm
anymore.Versions
kubeadm version (use
kubeadm version
): 1.19.4Environment:
kubectl version
): 1.19.4uname -a
): 5.4.0-52-genericThe text was updated successfully, but these errors were encountered: