-
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
Make kubeadm.applyNodeLabels apply label to all nodes #16416
Make kubeadm.applyNodeLabels apply label to all nodes #16416
Conversation
Welcome @marcellmartini! |
Hi @marcellmartini. 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/test-infra repository. |
Can one of the admins verify this patch? |
/ok-to-test |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
a54acbb
to
85d0ec9
Compare
Hi @spowelljr, is there anything else that I have to do on this PR? Let me know if anything is missing. 😃 👍 |
e111e9a
to
36b51b9
Compare
36b51b9
to
c6393b8
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
/retest-this-please |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: marcellmartini, 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 |
@marcellmartini thank you for this contribution and patience with the PR review |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
/retest-this-please |
kvm2 driver with docker runtime
Times for minikube start: 52.5s 50.8s 51.4s 50.7s 48.6s Times for minikube ingress: 27.2s 28.2s 27.1s 27.2s 29.6s docker driver with docker runtime
Times for minikube (PR 16416) start: 21.6s 21.8s 25.2s 21.6s 24.8s Times for minikube ingress: 49.3s 48.3s 50.4s 49.3s 49.3s docker driver with containerd runtime
Times for minikube start: 20.2s 20.1s 22.5s 19.9s 20.1s Times for minikube ingress: 31.3s 30.3s 47.3s 31.3s 18.3s |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
thank you for this contribution @marcellmartini |
The
kubeadm.applyNodeLabels
only apply labels to the primary node. With this PR it will apply labels every time a new node joins the cluster.closes #16415