-
Notifications
You must be signed in to change notification settings - Fork 716
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
kinder: call "upgrade plan" before "upgrade apply" #2973
kinder: call "upgrade plan" before "upgrade apply" #2973
Conversation
cefa0de
to
48f9038
Compare
/hold EDIT: done |
48f9038
to
fbd1644
Compare
looking for LGTM on this one so we can merge when 1.30 starts. |
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.
/lgtm
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.
/lgtm
kinder/ci/tools/update-workflows/templates/workflows/dryrun-tasks.yaml
Outdated
Show resolved
Hide resolved
During the kinder "kubeadm-upgrade" action, "upgrade apply" is executed, but "upgrade plan" is not. To ensure better coverage ensure "upgrade plan" is called as well. We have this command as part of the kubeadm upgrade docs, so it makes sense to have it here. Ensure that "plan" is also called during the "upgrade-latest-no-addon-config-maps" workflow.
fbd1644
to
a560645
Compare
1.30 is out i'm going to unhold my kinder PRs one at a time to make sure we don't break many things at once. |
/hold cancel |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chendave, neolit123, SataQiu 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 |
During the kinder "kubeadm-upgrade" action, "upgrade apply"
is executed, but "upgrade plan" is not. To ensure better coverage
ensure "upgrade plan" is called as well. We have this command
as part of the kubeadm upgrade docs, so it makes sense to have
it here.
Ensure that "plan" is also called during the
"upgrade-latest-no-addon-config-maps" workflow.
NOTE: untested locally, but the presubmit job here should catch problems. i think this is all that has to be done.
fixes #2971