-
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
Sort rejected drivers by their preference order #11355
Conversation
@afbjorklund LoadImage test is consistently failing all on GH action tests |
/ok-to-test |
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 48.8s 56.0s 53.1s 48.5s 51.0s Times for minikube ingress: 35.3s 35.2s 34.3s 215.3s 33.8s docker driver with docker runtime
Times for minikube start: 22.7s 21.5s 21.7s 21.5s 22.1s Times for minikube ingress: 33.0s 28.1s 28.0s 32.0s 29.5s docker driver with containerd runtime
Times for minikube start: 43.0s 42.5s 42.2s 42.7s 43.4s |
kvm2 driver with docker runtime
Times for minikube start: 52.2s 52.1s 54.6s 52.3s 52.8s Times for minikube ingress: 35.3s 35.8s 34.3s 34.2s 34.3s docker driver with docker runtime
Times for minikube start: 21.4s 20.9s 21.8s 22.8s 21.1s Times for minikube ingress: 29.0s 30.0s 28.5s 34.0s 31.0s docker driver with containerd runtime
Times for minikube start: 48.5s 47.1s 48.9s 47.0s 42.7s |
Don't show drivers not being selected by default
Unhealthy drivers have their priority lowered
Note that this PR only changes the output to the user. The actual bug fix was in PR #11371 |
@afbjorklund: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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/test-infra repository. I understand the commands that are listed here. |
kvm2 driver with docker runtime
Times for minikube start: 52.9s 47.8s 47.9s 52.2s 47.4s Times for minikube ingress: 41.3s 35.2s 34.2s 35.2s 34.3s docker driver with docker runtime
Times for minikube start: 22.2s 22.9s 22.3s 21.7s 21.9s Times for minikube ingress: 28.0s 28.5s 37.0s 29.0s 31.0s docker driver with containerd runtime
Times for minikube start: 31.4s 42.8s 47.2s 46.9s 47.1s |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afbjorklund, spowelljr 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 |
Don't show drivers not being selected by default
Closes #10009
BEFORE
AFTER
The priority was being clobbered for unhealthy drivers, so save original priority as "preference"