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

Failed to stop ssh-agent process: failed loading config: cluster "minikube" does not exist #17315

Closed
spowelljr opened this issue Sep 27, 2023 · 8 comments Β· Fixed by #17713
Closed
Assignees
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.

Comments

@spowelljr
Copy link
Member

spowelljr commented Sep 27, 2023

If you try deleting minikube with there's not a cluster you got the following error:

$ minikube delete
πŸ™„  "minikube" profile does not exist, trying anyways.
❌  Failed to stop ssh-agent process: failed loading config: cluster "minikube" does not exist
πŸ’€  Removed all traces of the "minikube" cluster.

That error message should not be displayed, seems like we're trying to load a cluster that doesn't exist. If the cluster doesn't exist we shouldn't try loading it.

@spowelljr spowelljr added kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Sep 27, 2023
@Songjf-ttk
Copy link

/assign Songjf-ttk

@Songjf-ttk Songjf-ttk removed their assignment Oct 17, 2023
@spowelljr spowelljr added help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. labels Nov 22, 2023
@tarishij17
Copy link
Contributor

@spowelljr Is this issue fixed? Which minikube version is this cmd ran on? I'm not getting this error message in minikube version: v1.26.1

@spowelljr
Copy link
Member Author

@tarishij17 This issue is not fixed, it was introduced in v1.30 or v1.31

@tarishij17
Copy link
Contributor

/assign

@tarishij17
Copy link
Contributor

tarishij17 commented Dec 2, 2023

PR for fixing this issue: #17713 . Pls review @spowelljr

@Bharadwajshivam28
Copy link

@spowelljr Hey can i work on this?

@mbelconis
Copy link

Any progress on this? Ran into this issue myself today installing minikube on WSL2

@roma2341
Copy link

roma2341 commented Mar 8, 2024

Same on Ubuntu 22.04.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants