vcluster: Cannot create vcluster neither inside k3d nor inside kind on Linux
vcluster pod fails with the following error:
time="2021-12-24T17:56:38.949209082Z" level=fatal msg="failed to evacuate root cgroup: mkdir /sys/fs/cgroup/init: read-only file system"
❯ vcluster --version vcluster version 0.5.0-beta.0
❯ kind --version kind version 0.11.1
❯ k3d --version k3d version v5.2.2 k3s version v1.21.7-k3s1 (default)
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 15 (5 by maintainers)
@antonioberben @pgagarinov this should be fixed with the new
v0.6.0-alpha.3
version and the new k3s images, current stable versionv0.5.1
should also work, but currently does not support the newer k3s images v1.22 or higher.@matskiv sure, I’ll use k0s for now.
I use docker, Manjaro Linux with kernel 5.10, no special configuration.