-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
fix containerd config toml for insecure registries #9651
fix containerd config toml for insecure registries #9651
Conversation
|
Welcome @1eedaegon! |
Hi @1eedaegon. 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: 1eedaegon 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 |
/kind bug |
/easycla |
/ok-to-test |
@1eedaegon 😁Could you please rebase as #9657 has fixed the CI, thank you. |
e0d64ae
to
a2fe2a0
Compare
@ErikJiang If you don't mind could you please tell me how to sign up with EasyCLA? |
/check-cla |
/retest |
Did you do it using your @mondrian.ai email ? |
Thanks for your comment. @floryut No. I am working at Mondrian AI, but my github email is **[email protected]. |
/check-cla |
Ok it's just that your commit is set with this email |
a2fe2a0
to
77a9423
Compare
@floryut |
/retest |
HI @1eedaegon The issue may be fixed by the #9729 :-) |
Thanks. better than this commit =] |
here is the config about insecure registries for containerd.
the rendered /etc/containerd/config.toml contains:
but it needs to be:
because insecure_registries template has registry address instead of registry name
What type of PR is this?
/kind bug
What this PR does / why we need it:
Fixes /etc/containerd/config.toml generation for insecure registries.
Which issue(s) this PR fixes:
Fixes #9371 #9207 #9653
Special notes for your reviewer:
Does this PR introduce a user-facing change?: