-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Kind cluster fails at creation #3691
Comments
lots of error messages, most probably an environmental issue , I suggest you to look for some of the existing issues that reference gitlab https://github.com/kubernetes-sigs/kind/issues?q=is%3Aissue+is%3Aopen+gitlab |
There can be many reasons for failures in the process. It's hard to tell with the limited information here where to start. Please add the environment information from the issue template so we can better understand the environment this is running in: **Environment:**
- kind version: (use `kind version`):
- Runtime info: (use `docker info`, `podman info` or `nerdctl info`):
- OS (e.g. from `/etc/os-release`):
- Kubernetes version: (use `kubectl version`):
- Any proxies or other special environment settings?: |
So you are running Kubernetes in Docker in Docker? There have been known issues with using Alpine as a host OS for kind (example). Are you able to use something else? Ideally something that supports cgroupv2 instead of v1 that is in use here. Note: please paste text output directly, not screenshots of text. |
There's a LOT of problems with trying to run kubernetes in kubernetes, see some of them above |
Hello! Yes, I have downgraded some versions and it works.. Thank you for help. |
Hello!
I am trying to configure a KinD cluster with Gitlab. Many times, cluster creation fails, but sometimes it passes.
Creation fails when the logs in docker container looks like(yellow lines):
Versions/Components:
What can be the problem?
Thank you
The text was updated successfully, but these errors were encountered: