mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-03 02:28:15 -03:30
feat(containerd): auth support (#7868)
* feat(containerd): auth support * fix(registry-auth): rename variable
This commit is contained in:
@@ -70,3 +70,9 @@ containerd_fedora_repo_component: "stable"
|
||||
|
||||
# Extra config to be put in {{ containerd_cfg_dir }}/config.toml literally
|
||||
containerd_extra_args: ''
|
||||
|
||||
# Configure registry auth (if applicable to secure/insecure registries)
|
||||
containerd_registry_auth: []
|
||||
# - registry: 10.0.0.2:5000
|
||||
# username: user
|
||||
# password: pass
|
||||
|
||||
Reference in New Issue
Block a user