kind icon indicating copy to clipboard operation
kind copied to clipboard

Kubernetes IN Docker - local clusters for testing Kubernetes

Results 255 kind issues
Sort by recently updated
recently updated
newest added

**What would you like to be added**: It would be great if it was possible to reference environment variables in the configuration when setting up a kind cluster - eg...

kind/feature

**What would you like to be added**: As of now looks like, the ppc64le specific binary is available but its [image](https://hub.docker.com/r/kindest/node/tags)(kindest/node:v1.23.5) does not have ppc64le support. **Why is this needed**:...

kind/feature
priority/awaiting-more-evidence

**What happened**: ``` $ curl -Lo ~/bin/kind "https://kind.sigs.k8s.io/dl/v0.11.1/kind-$(uname)-amd64" $ chmod +x ~/bin/kind $ kind create cluster Creating cluster "kind" ... ✓ Ensuring node image (kindest/node:v1.21.1) 🖼 ✓ Preparing nodes 📦...

kind/bug
triage/needs-information

Would be possible to set the capacity of the worker nodes when the cluster is created?

kind/feature
lifecycle/frozen
priority/backlog
kind/design

**What happened**: Stated Kind cluster with extraMounts options as described on [kind documentation](https://kind.sigs.k8s.io/docs/user/configuration/#extra-mounts). It fails with errors for HostToContainer ``` ERROR: failed to create cluster: docker run error: command "docker...

kind/documentation

**What would you like to be added**: Currently, we can load images from tar files or directly a docker image as follows: ``` Available Commands: docker-image Loads docker images from...

kind/feature
priority/awaiting-more-evidence

Firstly, please accept my apologies for the title, feel free to rename it to make it more understandable. **What happened**: When I start the cluster with a mount the node...

kind/bug

**What happened**: Slow etcd in Kind control-plane slowing down complete helm instal / kubectl apply. Etcd logs contain lots of errors of such type: ``` 2022-03-16 12:20:25.445202 W | etcdserver:...

kind/bug

**What happened**: Attempting to replace [Docker Desktop for Windows](https://www.theregister.com/2021/08/31/docker_desktop_no_longer_free/) on WSL2 with Podman leads to KIND failures that I am unable to figure out how to work around at the...

kind/bug
area/provider/podman

**What would you like to be added**: Configure etcd storage in memory to improve the performance **Why is this needed**: etcd causes a very high disk io, and this can...

kind/feature
lifecycle/frozen
priority/backlog
kind/design