-
Notifications
You must be signed in to change notification settings - Fork 39.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
kubeadm: Use GetGenericImage for kube-dns #68830
kubeadm: Use GetGenericImage for kube-dns #68830
Conversation
/priority critical-urgent |
/lgtm |
/milestone v1.12 (will defer to @timothysc and others to clear the milestone if not appropriate / or it is too late) |
As kube-dns transitioned to fat manifests, it's no longer required to use arch suffixed images. This change makes use of fat manifests for kube-dns and removes the last few calls to the GetGenericArchImage function, thus removing GetGenericArchImage too. Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>
5cb05c0
to
68ed2bd
Compare
Forgot to update the actual manifests, fixed now |
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.
/approve
/hold cancel
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dixudx, mkumatag, rosti, timothysc 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 this PR does / why we need it:
As kube-dns transitioned to fat manifests (in #68430), it's no longer required to use arch
suffixed images. This change makes use of fat manifests for kube-dns and
removes the last few calls to the GetGenericArchImage function, thus removing
GetGenericArchImage too.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):NONE
Special notes for your reviewer:
Since this PR removes GetGenericArchImage, I'm putting it on hold until #59664 get merged. This is needed, because since #66960, etcd is also required to have a fat manifest (which currently it does not).
/hold
/cc @kubernetes/sig-cluster-lifecycle-pr-reviews
/area kubeadm
/kind cleanup
/assign @fabriziopandini
/assign @timothysc
/assign @dims
/cc @mkumatag
Release note: