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

Use noninteractive sudo when running podman #7959

Merged
merged 5 commits into from
May 11, 2020

Commits on May 9, 2020

  1. Use noninteractive sudo when running podman

    To avoid asking for a password in the middle of minikube commands.
    
    The setup process is supposed to involve adding podman to sudoers...
    afbjorklund committed May 9, 2020
    Configuration menu
    Copy the full SHA
    934ad06 View commit details
    Browse the repository at this point in the history
  2. Also delete podman containers and volumes

    When deleting all minikube profiles, that is
    afbjorklund committed May 9, 2020
    Configuration menu
    Copy the full SHA
    c1be173 View commit details
    Browse the repository at this point in the history
  3. Skip deleting leftovers if bin not available

    Avoids spamming the log with extra drivers
    afbjorklund committed May 9, 2020
    Configuration menu
    Copy the full SHA
    9673b42 View commit details
    Browse the repository at this point in the history
  4. Don't use cached credentials for sudo podman

    We want to verify that "NOPASSWD" has been set up properly
    
    Otherwise the sudo timestamp might time out (after 15 mins)
    afbjorklund committed May 9, 2020
    Configuration menu
    Copy the full SHA
    1bd56a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fa4b91 View commit details
    Browse the repository at this point in the history