Skip to content
Snippets Groups Projects
Unverified Commit cdc25523 authored by pingrulkin's avatar pingrulkin Committed by GitHub
Browse files

Change nerdctl snapshotter to overlayfs by default (#9979)

parent b77780eb
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ debug = false
debug_full = false
address = "{{ cri_socket }}"
namespace = "k8s.io"
snapshotter = "native"
snapshotter = "{{ nerdctl_snapshotter | default('overlayfs') }}"
cni_path = "/opt/cni/bin"
cni_netconfpath = "/etc/cni/net.d"
cgroup_manager = "{{ kubelet_cgroup_driver | default('systemd') }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment