Skip to content
New issue

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.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 12, 2022

Commits on Apr 5, 2022

  1. Support rootless Podman driver, take 2

    Usage:
    ```
    minikube config set rootless true
    minikube start --driver=podman --container-runtime=(cri-o|containerd)`
    ```
    
    Tested on Podman 4.0.2, Ubuntu 21.10.
    
    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`
    
    Fix issue 8719
    Fix issue 12460
    Replace PR 12901
    
    Changes from PR 12901: `rootless` is now a config property.
    In the previous PR, `--rootless` was implemented as a flag for `minikube start`
    
    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    92ab555 View commit details
    Browse the repository at this point in the history