kind create cluster failing #1730
Labels
kind/support
Categorizes issue or PR as a support question.
triage/needs-information
Indicates an issue needs more information in order to work on it.
What happened:
Trying to call
kind create cluster
and it fails at theWriting configuration
step. Here is the error message:ERROR: failed to create cluster: failed to generate kubeadm config content: failed to get kubernetes version from node: failed to get file: command "docker exec --privileged kind-control-plane cat /kind/version" failed with error: exit status 126
What you expected to happen:
Successfully create a cluster when calling
kind create cluster
.How to reproduce it (as minimally and precisely as possible):
All I did was download kind (via
gcloud components install kind
) and then runkind create cluster
.Anything else we need to know?:
I ran with
-v 1
flag and got this:When calling
docker exec --privileged kind-control-plane cat /kind/version
, I getError: No such container: kind-control-plane
Environment:
kind version
): kind v0.7.0 go1.13.6 linux/amd64kubectl version
):docker info
): 19.03.12/etc/os-release
): Debian GNU/Linux 10 (buster)The text was updated successfully, but these errors were encountered: