-
Notifications
You must be signed in to change notification settings - Fork 5k
redo "minikube profile list" to move the verbose details into a --det… #20544
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
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: LJTian The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @LJTian. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Can one of the admins verify this patch? |
/cc @medyagh |
thank you @LJTian for the PR, I dont see the difference between detailed version and normal version, what columns are removed in the normal version ? |
@LJTian I see thanks for clarifying it, that sounds good ! we can later decide if we wanna add more Details to the Detailed View, so there be more difference between standard and detailed |
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube ingress: 14.9s 14.9s 14.4s 14.4s 18.4s Times for minikube start: 44.9s 49.1s 45.5s 49.6s 50.4s docker driver with docker runtime
Times for minikube ingress: 12.2s 12.3s 12.2s 12.7s 12.3s Times for minikube start: 23.6s 21.5s 23.2s 24.0s 20.6s docker driver with containerd runtime
Times for minikube ingress: 38.7s 39.2s 39.2s 39.2s 37.7s Times for minikube start: 22.3s 19.2s 19.9s 22.1s 23.0s |
Here are the number of top 10 failed tests in each environments with lowest flake rate.
Besides the following environments also have failed tests: To see the flake rates of all tests by environment, click here. |
/cc @medyagh Can it be merged? |
/retest |
redo "minikube profile list" to move the verbose details into a --detailed flag
Before modification:

[root@localhost minikube]# minikube profile list -o table
After modification:

Fixes #18520