-
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 returns non-zero if a cluster is not running #6743
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I think we should emulate the output of:
These two commands do not error if one of the pods/containers is not running. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-kind design |
when I was looking at this intergeration test that failed because profile list says one of the clusters is not running yet...
https://storage.googleapis.com/minikube-builds/logs/6717/e653589/Docker_Linux.html#fail_TestFunctional%2fparallel%2fProfileCmd%2fprofile_list
and also one of the users who was using minikube in a test script,... made me think.
When are the resonable times to exit none-zero for profile list ?
currently we exit non-zero for the following:
The text was updated successfully, but these errors were encountered: