-
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
unified minikube cluster status query #18998
Conversation
Skipping CI for Draft Pull Request. |
Can one of the admins verify this patch? |
00f15ee
to
b95571b
Compare
b95571b
to
4ed5406
Compare
/test all |
/ok-to-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am curious to see "time" differennce" and also before and after this PR
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
we have an option called minikube profile list --light, make sure this PR still does NOT query the status of the cluster. |
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
18148c7
to
e39e84c
Compare
time difference updated in the description. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
e39e84c
to
e8d3a51
Compare
This comment has been minimized.
This comment has been minimized.
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
e8d3a51
to
dcc9ad4
Compare
kvm2 driver with docker runtime
Times for minikube start: 50.3s 50.4s 51.5s 50.5s 46.6s Times for minikube ingress: 24.9s 28.0s 27.4s 24.0s 24.4s docker driver with docker runtime
Times for minikube start: 20.9s 22.3s 22.0s 21.5s 20.8s Times for minikube ingress: 21.3s 21.3s 21.8s 21.3s 21.8s docker driver with containerd runtime
Times for minikube start: 22.9s 20.5s 19.8s 19.8s 20.2s Times for minikube ingress: 32.2s 30.8s 31.8s 31.8s 48.3s |
@ComradeProgrammer lets also try the the benchmark for the --light or -l to ensure it does NOT check for the cluster status if users said -l |
I did bencharmking for --light and it seems good ! this PR is good to be merged (just those function names need to be renamed) thank you @ComradeProgrammer for making the code much cleaner after this PR !
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ComradeProgrammer, medyagh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
feat: unified minikube cluster status query
FIX #18722
Now the cluster can show "Starting" when executing minikube profile
time comparison:
Before:
After
0.368s->0.420s on my own laptop. minikube profile light is not affected