-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Updated containerd migration to work when etcd_kubeadm_enabled is set #8528
Conversation
Hi @Xartos. 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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Xartos The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
> | ||
> ```diff | ||
> - image: quay.io/coreos/etcd:v3.4.13 | ||
> + image: quay.io/coreos/etcd:v3.5.0 |
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.
Strictly speaking this is not related to the docker to containerd migration but kube version upgrade.
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.
Yes, your are correct. I wounder if this is a non issue if you first upgraded to 2.18 and then migrate to containerd 🤔
I'll need to test to verify this
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.
Yes, I just verified this. So upgrading first and then migrate according to the documentation works great.
Seems like I was just a little bit to greedy and tried to upgrade from 2.17.1 -> 2.18.0 at the same time as this migration and then this doesn't work.
I'll close the PR
@Xartos 👍 /ok-to-test |
What type of PR is this?
What this PR does / why we need it:
The containerd migration documentation didn't really work with a cluster that had
etcd_kubeadm_enabled
set totrue
.This PR tries to fix that.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: