-
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 exit message for too new Kubernetes version #13354
Conversation
Welcome @nishipy! |
Hi @nishipy. 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? |
/assign @sharifelgamal |
Hi @sharifelgamal, do you think this PR is |
Hey @nishipy, thanks for this PR. Could you add an integration test to make sure this codepath stays covered? |
Co-authored-by: Sharif Elgamal <selgamal@google.com>
Hi @sharifelgamal, thanks for your comment. |
any version newer than newestKubernetesVersion. This fixes the flow as follows: if not --force: - Warn but do NOT exit for newer minor version and patch version - Warn and Exit for newer major version if --force: Warn but try anyways
Hi @nishipy, were you able to make the requested changes? |
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 , if @sharifelgamal is good with it too, lets merge it
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 55.6s 54.0s 53.3s 57.5s 55.4s Times for minikube ingress: 30.6s 31.7s 32.2s 32.2s 33.2s docker driver with docker runtime
Times for minikube (PR 13354) start: 26.1s 26.3s 27.1s 28.2s 28.3s Times for minikube ingress: 22.5s 29.4s 22.5s 28.5s 23.5s docker driver with containerd runtime
Times for minikube start: 47.3s 44.2s 49.0s 47.1s 44.4s Times for minikube ingress: 23.0s 38.1s 42.6s 21.6s 34.6s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh, nishipy, sharifelgamal 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 |
Fix #11627 in the simplest way.
If specified Kubernetes version is more than the newest supported one, the output will be like: