-
Notifications
You must be signed in to change notification settings - Fork 4.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
Remove arch suffixes in image names #3942
Conversation
Can one of the admins verify this patch? |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: laozc If they are not already assigned, you can assign the PR to them by writing 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 |
dfb0422
to
20c842a
Compare
Removing arch suffixes in image names to make sure image caching work with kubeadm since 1.12.0. Signed-off-by: Zhongcheng Lao <Zhongcheng.Lao@microsoft.com>
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.
I think it should be possible to go over to manifests like this, instead of explicitly listing architectures.
It only says that the old image names should be kept for "backward compatibility", but not for how long.
The idea is to generate say pause image which has the manifest for all the arch(es) and say pause-amd64 which is backwards compatible for older configurations or YAML files which may have hard coded the images with suffixes.
Looks like you have already versioned it on Kubernetes 1.12+
Can verify that it works with both docker and podman, at least.
@minikube-bot OK to test |
Thank you! |
Removing arch suffixes in image names to make sure image caching
work with kubeadm image pull.