pingrulkin
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/container-engine/nerdctl/templates/nerdctl.toml.j2
|
|
@ -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') }}" |
|
|
|