Kind on btrfs #1498
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
What happened:
errors with the following error:
And doesn't create a cluster.
What you expected to happen:
It should just set up the cluster
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
this issue is related to #1416 where I also commented.
There seems to be a bug introduced in #1464 . In this commit you added
But I think this has to be
Which results in the following command:
docker run --hostname kind-control-plane --name kind-control-plane --label io.x-k8s.kind.role=control-plane --privileged --security-opt seccomp=unconfined --security-opt apparmor=unconfined --tmpfs /tmp --tmpfs /run --volume /var --volume /lib/modules:/lib/modules:ro --detach --tty --label io.x-k8s.kind.cluster=kind --volume /dev/mapper:/dev/mapper --publish=127.0.0.1:46023:6443/TCP kindest/node:v1.17.2@sha256:59df31fc61d1da5f46e8a61ef612fa53d3f9140f82419d1ef1a6b9656c6b737c
instead of
docker run --hostname kind-control-plane --name kind-control-plane --label io.x-k8s.kind.role=control-plane --privileged --security-opt seccomp=unconfined --security-opt apparmor=unconfined --tmpfs /tmp --tmpfs /run --volume /var --volume /lib/modules:/lib/modules:ro --detach --tty --label io.x-k8s.kind.cluster=kind --volume /dev/mapper /dev/mapper --publish=127.0.0.1:46023:6443/TCP kindest/node:v1.17.2@sha256:59df31fc61d1da5f46e8a61ef612fa53d3f9140f82419d1ef1a6b9656c6b737c
being run
(sorry, one char difference. It's a colon after /dev/mapper)
It might also be useful to know that I run btrfs as a root filesystem (btrfs-progs v5.6)
Environment:
kind version
): kind v0.8.0-alpha go1.14.2 linux/amd64docker info
): 19.03.8-ce/etc/os-release
): Arch linux (Linux 5.6.5-arch3-1)The text was updated successfully, but these errors were encountered: