kind
kind copied to clipboard
Kubernetes IN Docker - local clusters for testing Kubernetes
**What would you like to be added**: Add a special node to the Kind cluster with 'registry' role. This node can run docker registry without the user having to run...
**What happened**: I am using the latest VMWare Workstation VM (Ubuntu). - suspend the VM - resume the VM - any command run against the cluster produces the error: ```...
**What would you like to be added**: I want the certificate issued on `kind-control-plane` to be issued to `host.docker.internal` too; with this, I can use it with docker-compose **Why is...
Ref. #1926 #1574 Add extra labels section for per-node options This feature was introduced with https://github.com/kubernetes-sigs/kind/pull/1926 I needed something like this, and did not find it in the docs. After...
see: https://github.com/kubernetes-sigs/kind/issues/2868
# What happened Fail to run kind with rootful podman using @maciekmm's [method](https://github.com/kubernetes-sigs/kind/issues/2868#issuecomment-1208606004). `Rootless` stil doesn't work for me, the guide on the docs is really not meant for `Arch`,...
Hello, I encountered error which seems to be related to the fact that I often change docking station and peripherals. It seems that if I'll deploy cluster being connected to...
**Under Fedora 36 Silverblue, additional RPMs containing CNI plugins have to be installed in order to get a kind cluster up**: For release 36, the Fedora Silverblue team decided to...
**What happened**: Creating a cluster with `kind create cluster` under rootful and rootless podman hangs on `⢎⡠ Starting control-plane 🕹️ ` and later fails with > [kubelet-check] Initial timeout of...
**What happened**: I tried running kind with rootless podman and followed the [documentation](https://kind.sigs.k8s.io/docs/user/rootless/). But this didn't work **What you expected to happen**: That it would work **How to reproduce it...