kindcontainer
kindcontainer copied to clipboard
Testcontainers that start Kubernetes in Docker.
## Issue The k3 kubernetes cluster fails to start using podman rootless as kubelet reports the following error ``` Error: failed to run Kubelet: failed to create kubelet: open /dev/kmsg:...
## Suggestion The kind go project allows to set additonal labels to a node using the type field ``` // https://github.com/kubernetes-sigs/kind/blob/296749aa2de8577f6865e4db1870d2566a28d14b/pkg/apis/config/v1alpha4/types.go#L108 // Labels are the labels with which the respective...
Hi I am trying to understand whether it should be possible to load a custom docker image, created via eg maven build, into the configured testcontainer running the Kind/K3s cluster....
## Suggestion Bump the version of kubernetes to 1.32 for Kind container as kind manages it since they released: [v0.26.0 ](https://github.com/kubernetes-sigs/kind/releases/tag/v0.26.0) I suggest also that we align the versions supported...