Podman Minikube on Debian 11
Where I can I try to replace docker with podman, rootless podman to be specific.
Recently I have been playing around with minikube for kapp development and minikube since recently officially has rootless podman support (before it was only available with rootful podman).
I’m running Debian 11, this where the steps necessary for me to get it running:
-
enable cpu / cpuset delegation which is not enabled by default
https://rootlesscontaine.rs/getting-started/common/cgroup2/#enabling-cpu-cpuset-and-io-delegation -
you need a more recent kernel >= 5.11
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969223#45
I’m writing this ab post-install so I propably missed something… ^^