Open andreajk91 opened 1 year ago
Please check the known issues page in the docs. If that doesn't turn up anything then run create with --retain, then run "kind export logs" and upload an archive here so we can see the cluster system logs.
you can kind delete cluster after that. If you're creating a cluster with a --name you need to set that flag on all of these commands
Hi Ben,
thanks for your reply, I try with the --retain option and it's not work below you can see the export logs. I'm reading in some issue like mine, and probably it's related to the cgroupsv2, it use by default from my server. How can I mitigate or switch to previous version? If thinks it's kernel option but i don't see anythings that can help me.
Do you have any suggestion?
Thanks for helping. Andrea.
docker-info.txt containerd.log journal.log kubelet.log kubernetes-version.txt serial.log
thanks for your reply, I try with the --retain option and it's not work below you can see the export logs.
retain ensures the cluster isn't deleted on failure so we can grab the logs from it. it's not expected to make it work.
we're missing some of the info from the log export here like the kind version and the container inspect.
I'm reading in some issue like mine, and probably it's related to the cgroupsv2, it use by default from my server.
cgroups v2 is supported since kubernetes 1.19 (this is covered in the known issues page actually).
your original post says:
ā Ensuring node image (kindest/node:v1.18.2) š¼
but the files you provided in https://github.com/kubernetes-sigs/kind/issues/3331#issuecomment-1682910091
are for kubernetes 1.17
kubernetes 1.17 is not provided by any current kind releases (see the list of images in the release notes, and the comment in the release notes and in the quick start guide about image <> kind support), and does not support cgroups v2
https://kind.sigs.k8s.io/docs/user/known-issues/#failure-to-create-cluster-with-cgroups-v2
Hi everyone,
I'm trying to create a cluster with KinD, but when I try to create a cluster trough the comand
kind cluster create
, during creation phase go in error during starting contro-plane, below you can see the error loghere
docker info
:I have installed the
kubectl
through this commandsnap install kubectl --classic
, it's complete correctlyWhat can I do to starting my first cluster with Kind?
Thanks for helping. Andrea