-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
'profile list' spends ~1m15s waiting per profile/cluster when they are not running #9553
Comments
yeah that could be side efffect of this PR that we had, that added Pause status to profile list possible side effect of #8978 |
confirm it happens when one of the profiles is is stopped
|
@kschaab @jlucktay |
Thank you! @sharifelgamal @medyagh 🚀 |
Steps to reproduce the issue:
minikube --driver=hyperkit --profile=demo1 start
minikube --driver=hyperkit --profile=demo2 start
minikube --profile=demo1 stop
minikube --profile=demo2 stop
minikube profile list
This fifth command
list
will take about ~2m30s as it tries to dial into each cluster and times out on each in sequence.Full output of failed command:
Full output of
minikube start
command used, if not already included:Optional: Full output of
minikube logs
command:N/A
The text was updated successfully, but these errors were encountered: