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

deleting Docker cluster hangs on password prompt: sudo podman ps #8037

Closed
tstromberg opened this issue May 7, 2020 · 1 comment
Closed
Labels
triage/duplicate Indicates an issue is a duplicate of other open issue.
Milestone

Comments

@tstromberg
Copy link
Contributor

I noticed minikube delete waiting for a sudo password on Linux:

* Deleting container "minikube" ...
[sudo] password for tstromberg: 

I checked the process list and saw:

sudo podman ps -a --filter label=name.minikube.sigs.k8s.io=minikube --format {{.Names}}

A few notes:

  • podman is not installed on this host
  • podman ps probably does not need sudo
  • no podman cluster has ever been created
  • delete should never prompt
@tstromberg tstromberg added this to the v1.10.0 milestone May 7, 2020
@tstromberg
Copy link
Contributor Author

Dupe of #7958

@tstromberg tstromberg added the triage/duplicate Indicates an issue is a duplicate of other open issue. label May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/duplicate Indicates an issue is a duplicate of other open issue.
Projects
None yet
Development

No branches or pull requests

1 participant