mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-13 11:00:06 -03:30
* Fix containerd_registries in config_path for mirrors and remove nerdctl global insecure_registry setting * Make containerd hosts.toml mode 0640 * Add containerd_registries_mirrors and keep containerd_registries to pass packet_debian11-calico-upgrade
10 lines
391 B
Django/Jinja
10 lines
391 B
Django/Jinja
debug = false
|
|
debug_full = false
|
|
address = "{{ cri_socket }}"
|
|
namespace = "k8s.io"
|
|
snapshotter = "{{ nerdctl_snapshotter | default('overlayfs') }}"
|
|
cni_path = "/opt/cni/bin"
|
|
cni_netconfpath = "/etc/cni/net.d"
|
|
cgroup_manager = "{{ kubelet_cgroup_driver | default('systemd') }}"
|
|
hosts_dir = ["{{ containerd_cfg_dir }}/certs.d"]
|