-
Notifications
You must be signed in to change notification settings - Fork 131
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
Extend containerd registry mirror config #1467
Extend containerd registry mirror config #1467
Conversation
containerd can be configured for multiple registry mirrors per registry, this extends machine-controller to configure mirrors for registries other than docker.io, reusing the existing command line flag. Signed-off-by: Mara Sophie Grosch <[email protected]>
Hi @LittleFox94. Thanks for your PR. I'm waiting for a kubermatic 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. |
@@ -45,27 +46,38 @@ func BuildConfig(opts Opts) (Config, error) { | |||
} | |||
} | |||
|
|||
var registryMirrors []string | |||
// we want to match e.g. docker.io=registry.docker-cn.com, having docker.io as the first |
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 initially worked with :
instead of =
, so docker.io:registry.docker-cn.com
, which looks a bit nicer to me - but there are already flags with Key=Value
so matching those is probably best?
/ok-to-test |
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
LGTM label has been added. Git tree hash: 09a4dc97cbab55f652ec083a5ea4bc3b031fc186
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmedwaleedmalik, LittleFox94 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 |
containerd can be configured for multiple registry mirrors per registry, this extends machine-controller to configure mirrors for registries other than docker.io, reusing the existing command line flag. Signed-off-by: Mara Sophie Grosch <[email protected]> Signed-off-by: Mara Sophie Grosch <[email protected]>
What this PR does / why we need it:
containerd can be configured for multiple registry mirrors per registry, this extends machine-controller to configure mirrors for registries other than docker.io, reusing the existing command line flag.
What type of PR is this?
/kind feature
Special notes for your reviewer:
This should probably be documented, but didn't find where..
Does this PR introduce a user-facing change? Then add your Release Note here:
Documentation: