-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Master now supports staged upgrades. #55990
Conversation
… told to upgrade with an action unless the configuration option require-manual-upgrade is false.
Master upgrades are staged after PR #55990 to kubernetes(kubernetes/kubernetes#55990). This is the documentation update showing how to upgrade the master after that change.
/ok-to-test |
/lgtm |
/approve no-issue |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hyperbolic2346, ktsakalozos Associated issue requirement bypassed by: ktsakalozos The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/test pull-kubernetes-e2e-gce |
Automatic merge from submit-queue (batch tested with PRs 55615, 56010, 55990). If you want to cherry-pick this change to another branch, please follow the instructions here. |
Master upgrades are staged after PR #55990 to kubernetes(kubernetes/kubernetes#55990). This is the documentation update showing how to upgrade the master after that change.
It will wait until specifically told to upgrade with an action unless the configuration option require-manual-upgrade is false and then master nodes will upgrade immediately.
What this PR does / why we need it:
This update alters the kubernetes-master upgrade path for juju charms. It makes the master act like the worker in that it blocks the upgrade until each unit is specifically requested to update.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
PR for tests coming momentarily to juju-solutions/kubernetes-jenkins
Release note: