-
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
Warn user to upgrade ancient Docker ( "docker cp -a") not working. #9085
Comments
Minikube started after updrade Docker version to 19.03.8. |
That is very interesting,
seems like docker command we were trying to run didn't exist @porytskyi do you mind sharing and what was your docker version before? |
@porytskyi do you mind also sharing
|
could we try docker cp without -a ? it fails? |
I'll note the -a flag does not exist in |
The previous version was docker-ce 18.06.0 ~ ce ~ 3-0 ~ debian. |
@medyagh
|
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. |
Going to close this issue. The minimum supported docker version is 18.9 and it does have |
π minikube v1.12.3 on Debian 9.13
β¨ Using the docker driver based on user configuration
β 'docker' driver reported a issue that could affect the performance.
π‘ Suggestion: enable overlayfs kernel module on your Linux
π Starting control plane node minikube in cluster minikube
π Pulling base image ...
πΎ Downloading Kubernetes v1.18.3 preload ...
> preloaded-images-k8s-v5-v1.18.3-docker-overlay2-amd64.tar.lz4: 510.91 MiB
π₯ Creating docker container (CPUs=2, Memory=8000MB) ...
β Stopping node "minikube" ...
π Powering off "minikube" via SSH ...
π₯ Deleting "minikube" in docker ...
π€¦ StartHost failed, but will try again: creating host: create: creating: prepare kic ssh: copying pub key: docker copy /tmp/tmpf-memory-asset852410486 into minikube:/home/docker/.ssh/authorized_keys, output: unknown shorthand flag: 'a' in -a
See 'docker cp --help'.
: exit status 125
π₯ Creating docker container (CPUs=2, Memory=8000MB) ...
πΏ Failed to start docker container. "minikube start" may fix it: creating host: create: creating: prepare kic ssh: copying pub key: docker copy /tmp/tmpf-memory-asset160545117 into minikube:/home/docker/.ssh/authorized_keys, output: unknown shorthand flag: 'a' in -a
See 'docker cp --help'.
: exit status 125
π£ error provisioning host: Failed to start host: creating host: create: creating: prepare kic ssh: copying pub key: docker copy /tmp/tmpf-memory-asset160545117 into minikube:/home/docker/.ssh/authorized_keys, output: unknown shorthand flag: 'a' in -a
See 'docker cp --help'.
: exit status 125
πΏ minikube is exiting due to an error. If the above message is not useful, open an issue:
π https://github.com/kubernetes/minikube/issues/new/choose
go version go1.15 linux/amd64
kubectl
Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.8", GitCommit:"9f2892aab98fe339f3bd70e3c470144299398ace", GitTreeState:"clean", BuildDate:"2020-08-13T16:12:48Z", GoVersion:"go1.13.15", Compiler:"gc", Platform:"linux/amd64"}
The connection to the server 192.168.0.103:6443 was refused - did you specify the right host or port?
The text was updated successfully, but these errors were encountered: