Change nerdctl snapshotter to overlayfs by default (#9979)

pull/9986/head
pingrulkin 2023-04-12 23:58:32 +02:00 committed by GitHub
parent b77780ebf7
commit cdc25523bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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') }}"