-
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
Add more description in node add --worker option to inform adding control plane nodes is not available #17681
Conversation
Welcome @kimsehwan96! |
Hi @kimsehwan96. 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? |
- Add missing changes in node.md file
/ok-to-test |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kimsehwan96, 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 |
kvm2 driver with docker runtime
Times for minikube start: 54.5s 49.8s 49.2s 53.2s 50.0s Times for minikube ingress: 28.0s 28.2s 24.1s 22.7s 28.1s docker driver with docker runtime
Times for minikube start: 25.0s 22.9s 22.3s 22.3s 24.8s Times for minikube (PR 17681) ingress: 21.8s 20.3s 18.8s 20.8s 20.8s docker driver with containerd runtime
Times for minikube ingress: 31.4s 31.3s 31.3s 19.3s 31.3s Times for minikube start: 20.6s 21.6s 22.9s 23.6s 20.8s |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
@medyagh There is any reason why this PR was not merged? I think that the failed test might be the reason..., Do I need to check about this failed test ? Thank you. |
with pr #17909 we aim to enable support for multi-control-plane (ie, ha) topology, incl. |
@prezha It looks greate. Thank you for your supporting to enable this feature :). Then, I will not do anything about this PR then. :) When It's flag really works then this PR should be closed. |
this is awesome! thank you |
fixes: #17680
This changes are related with minikube's document and command line options.