mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 09:38:12 -03:30
containerd: allow to configure fallback server (#10988)
Also nerdctl limitation is now removed as we use /etc/containerd/certs.d/
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
server = "https://{{ item.prefix }}"
|
||||
server = "{{ item.server | default("https://" + item.prefix) }}"
|
||||
{% for mirror in item.mirrors %}
|
||||
[host."{{ mirror.host }}"]
|
||||
capabilities = ["{{ ([ mirror.capabilities ] | flatten ) | join('","') }}"]
|
||||
|
||||
Reference in New Issue
Block a user