-
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
containerd insecure registry support along with auth #7835
Comments
I think we can close this since latest kubespray version has extra args option; We can pass all extra args needed for cri plugin. I was actually trying to propose the following change {% if 'registries' in containerd_config %} {% if 'registry_credentials' in containerd_config %} |
Extra config to be put in {{ containerd_cfg_dir }}/config.toml literallycontainerd_extra_args: '' |
perhaps we can use containerd_extra_args to pass insecure registry, + registry auth |
Insecure registries already can be configured from the
As for authentication, the following was just merged: #7868 |
Closing then ? (thanks @faust64) |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
What would you like to be added: containerd to support insecure registries + auth; it is possible to use the auth for secure registries as well in few prod envs.
Why is this needed: Currently we support docker with insecure + secure registries; We need to add the same support to both containerd and cri-o
The text was updated successfully, but these errors were encountered: