This issue documents some Podman compatibility details found during the Hackdays Uri 2026.
To start the project locally, I needed to update the start command in the task file and change the following line:
-kind create cluster
+systemd-run --scope --user -p "Delegate=yes" kind create cluster
I tried using the "proper" solution to set Delegate=yes in config files, but I likely didn't update the correct one, so it might have been overridden by other files or default options.
More details:
https://kind.sigs.k8s.io/docs/user/rootless/#creating-a-kind-cluster-with-rootless-podman
Apart from this small update, the project seems to run well locally (based on a quick test)!
This issue documents some Podman compatibility details found during the Hackdays Uri 2026.
To start the project locally, I needed to update the
startcommand in thetaskfile and change the following line:I tried using the "proper" solution to set
Delegate=yesin config files, but I likely didn't update the correct one, so it might have been overridden by other files or default options.More details:
https://kind.sigs.k8s.io/docs/user/rootless/#creating-a-kind-cluster-with-rootless-podman
Apart from this small update, the project seems to run well locally (based on a quick test)!