Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.    By clickin

Support rootless Podman driver, take 2 (Usage: minikube config set rootless true) #13829

submited by
Style Pass
2022-06-23 06:30:06

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Needs cgroup v2 (as in Rootless Docker): https://rootlesscontaine.rs/getting-started/common/cgroup2/ See also site/content/en/docs/drivers/includes/podman_usage.inc

Changes from PR #12901 (take 1): rootless is now a config property. In the previous PR, --rootless was implemented as a flag for minikube start

Orthogonal. #13828 is a bug fix for --container-runtime=containerd that has been broken since minikube 1.25. #13829 is for adding a support for --driver=podman --rootless --container-runtime=(crio|containerd). #13829 does not depend on #13828 (unless used in conjunction with --container-runtime=containerd)

thank you @AkihiroSuda for this PR, I see there is another PR #13828 do you mind clarifying their relations ? does one of them depend on the other one ?

Leave a Comment