-
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
Addresses issue #18724 "minikube mount does not work on 6.1.0-20-cloud-amd64" - Detect when OS does not support 9p #18995
Conversation
Hi @xcarolan. 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? |
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube ingress: 25.9s 23.9s 23.8s 23.9s 24.9s Times for minikube start: 48.6s 49.5s 45.7s 48.0s 48.4s docker driver with docker runtime
Times for minikube ingress: 21.7s 22.7s 21.7s 21.7s 21.2s Times for minikube (PR 18995) start: 22.8s 23.0s 23.2s 20.8s 19.7s docker driver with containerd runtime
Times for minikube start: 22.4s 19.8s 23.3s 22.0s 22.8s Times for minikube ingress: 33.2s 32.2s 33.2s 48.2s 31.2s |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
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.
looks good to me, tests are good
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh, xcarolan 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 |
Addresses issue #18724 "minikube mount does not work on 6.1.0-20-cloud-amd64" - Detect when OS does not support 9p
Fixes #18724