69 lines
1.7 KiB
TOML
69 lines
1.7 KiB
TOML
root = "/var/lib/containerd"
|
|
state = "/run/containerd"
|
|
oom_score = 0
|
|
|
|
[grpc]
|
|
address = "/run/containerd/containerd.sock"
|
|
uid = 0
|
|
gid = 0
|
|
max_recv_message_size = 16777216
|
|
max_send_message_size = 16777216
|
|
|
|
[debug]
|
|
address = ""
|
|
uid = 0
|
|
gid = 0
|
|
level = ""
|
|
|
|
[metrics]
|
|
address = ""
|
|
grpc_histogram = false
|
|
|
|
[cgroup]
|
|
path = ""
|
|
|
|
[plugins]
|
|
[plugins.cgroups]
|
|
no_prometheus = false
|
|
[plugins.cri]
|
|
stream_server_address = ""
|
|
stream_server_port = "10010"
|
|
enable_selinux = false
|
|
sandbox_image = "{{default "k8s.gcr.io" .ImageRepository}}/pause:3.1"
|
|
stats_collect_period = 10
|
|
systemd_cgroup = false
|
|
enable_tls_streaming = false
|
|
max_container_log_line_size = 16384
|
|
[plugins.cri.containerd]
|
|
snapshotter = "overlayfs"
|
|
no_pivot = false
|
|
[plugins.cri.containerd.default_runtime]
|
|
runtime_type = "io.containerd.runtime.v1.linux"
|
|
runtime_engine = ""
|
|
runtime_root = ""
|
|
[plugins.cri.containerd.runtimes.untrusted]
|
|
runtime_type = "io.containerd.runsc.v1"
|
|
[plugins.cri.containerd.runtimes.runsc]
|
|
runtime_type = "io.containerd.runsc.v1"
|
|
[plugins.cri.cni]
|
|
bin_dir = "/opt/cni/bin"
|
|
conf_dir = "/etc/cni/net.d"
|
|
conf_template = ""
|
|
[plugins.cri.registry]
|
|
[plugins.cri.registry.mirrors]
|
|
[plugins.cri.registry.mirrors."docker.io"]
|
|
endpoint = ["https://registry-1.docker.io"]
|
|
[plugins.diff-service]
|
|
default = ["walking"]
|
|
[plugins.linux]
|
|
runtime = "runc"
|
|
runtime_root = ""
|
|
no_shim = false
|
|
shim_debug = true
|
|
[plugins.scheduler]
|
|
pause_threshold = 0.02
|
|
deletion_threshold = 0
|
|
mutation_threshold = 100
|
|
schedule_delay = "0s"
|
|
startup_delay = "100ms"
|