Creating multi-node cluster from yaml file fails as a user. Workers are unable to join the controller. Succeeds as root. #3833
Labels
area/provider/podman
Issues or PRs related to podman
area/rootless
Issues or PRs related to rootless containers
kind/bug
Categorizes issue or PR as related to a bug.
What happened:
I tried to create a multi-worker kubertenes. I got an error on Debian Linux, using Podman.
I used the following .yaml file:
I run the following command:
systemd-run --scope --user -p "Delegate=yes" kind create cluster --retain --config kind-config.yaml
What you expected to happen:
Successful creation of a cluster with 2 worker nodes. Instead I got an error.
How to reproduce it (as minimally and precisely as possible):
Podman
andKind
kind-config.yaml
file with the contents from above.systemd-run --scope --user -p "Delegate=yes" kind create cluster --retain --config kind-config.yaml
Running the following command as root succeeds
I attached the logs from the error
Anything else we need to know?:
I love you guys!
Environment:
kind version: kind version 0.26.0
Runtime info: (use
docker info
,podman info
ornerdctl info
):OS: Debian GNU/Linux 12 (bookworm)
Kubernetes version: Client Version: v1.32.0
Kustomize Version: v5.5.0
Any proxies or other special environment settings?:
None that I know of.
log_bundle.tar.gz
The text was updated successfully, but these errors were encountered: