You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 lines
391 B

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"]