-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[2.14] Backport: Check kube-apiserver up on all masters before upgrade #7197
[2.14] Backport: Check kube-apiserver up on all masters before upgrade #7197
Conversation
Hi @RickHaan. Thanks for your PR. I'm waiting for a kubernetes-sigs 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. |
/ok-to-test |
The CI is failing on molecule_tests with failed: [ubuntu1804] (item=cri-o-1.17) => {"ansible_loop_var": "item", "attempts": 4, "changed": false, "item": "cri-o-1.17", "msg": "No package matching 'cri-o-1.17' is available"} I have looked into it and it seems I need to backport #7003 to fix this issue. |
Yup and it would be good to backport on 2.15 first :) |
It's already available in |
Only checking the kubernetes api on the first master when upgrading is not enough. Each master needs to be checked before it's upgrade. Signed-off-by: Rick Haan <rickhaan94@gmail.com>
/lgtm |
/assign @mirwan |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: LuckySB, RickHaan 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 |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Only checking the Kubernetes api on the first master when upgrading is not enough.
Each master needs to be checked before it's upgrade, otherwise the upgrade can fail if the api-server is not ready.
Which issue(s) this PR fixes:
#7099 for release 2.14
Special notes for your reviewer:
Cherry-pick/backport of #7193 (#7110) for the release-2.14 branch.
Does this PR introduce a user-facing change?: