-
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
config_path
in containerd config should be present by default
#9830
Comments
Isin't this a duplicate of #9770? A patch for that was already merged. |
Yeah, that is a nice point. @janekmichalik Could you check #9770 and if that works for you please close this issue. |
@XDRAGON2002 and @oomichi thx for reply. I have seen this one, but |
HI @janekmichalik |
Yes, I know it. But imo the default containerd config file ( Currently: default |
@yankay @oomichi |
Thanks for the suggestion. If you like would you please submit a PR the solve it? Thank you very much. |
Thx @yankay for your feedback. IMO as Containerd 2.x is not released yet, shouldn't we focus on existing Containerd 1.x? |
I'm sorry that I may not get the point of the issue. Ref to the #9743 (comment) , The config_path and registry.mirror cannot work together. So the containerd_use_config_path default value is false. I'm not exactly sure about the proposal for the issue. If you like would you please submit a PR the solve it? :-) |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
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. |
DESCRIPTION SECTION REMOVED AS IT IS NOT RELEVANT IN THIS CASE
config_path
should be added by default inroles/container-engine/containerd/templates/config.toml.j2
, as currently it is added only whencontainerd_insecure_registries
is defined, what if I want to configure secure registry? This field won't be added. While runningcontainerd config default > /etc/containerd/config.toml
theconfig_path = ""
is present.With
containerd config default > /etc/containerd/config.toml
:With kubespray (default):
While installing kubernetes using kubespray, I want to manipulate with containerd config later on. To have one generic behaviour, when
config_path
field is present in containerd config file. In my case it is all about enabling TLS for internal registry as described in:The text was updated successfully, but these errors were encountered: