Change nerdctl snapshotter to overlayfs by default (#9979)
parent
b77780ebf7
commit
cdc25523bf
|
@ -2,7 +2,7 @@ debug = false
|
||||||
debug_full = false
|
debug_full = false
|
||||||
address = "{{ cri_socket }}"
|
address = "{{ cri_socket }}"
|
||||||
namespace = "k8s.io"
|
namespace = "k8s.io"
|
||||||
snapshotter = "native"
|
snapshotter = "{{ nerdctl_snapshotter | default('overlayfs') }}"
|
||||||
cni_path = "/opt/cni/bin"
|
cni_path = "/opt/cni/bin"
|
||||||
cni_netconfpath = "/etc/cni/net.d"
|
cni_netconfpath = "/etc/cni/net.d"
|
||||||
cgroup_manager = "{{ kubelet_cgroup_driver | default('systemd') }}"
|
cgroup_manager = "{{ kubelet_cgroup_driver | default('systemd') }}"
|
||||||
|
|
Loading…
Reference in New Issue