mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 16:29:18 +00:00
f2c93363ab
Files copied from:
383587f766
Signed-off-by: Evan Lezar <elezar@nvidia.com>
93 lines
1.9 KiB
TOML
93 lines
1.9 KiB
TOML
oom_score = 0
|
|
root = "/var/lib/containerd"
|
|
state = "/run/containerd"
|
|
|
|
[cgroup]
|
|
path = ""
|
|
|
|
[debug]
|
|
address = "/var/run/docker/containerd/containerd-debug.sock"
|
|
gid = 0
|
|
level = ""
|
|
uid = 0
|
|
|
|
[grpc]
|
|
address = "/var/run/docker/containerd/containerd.sock"
|
|
gid = 0
|
|
max_recv_message_size = 16777216
|
|
max_send_message_size = 16777216
|
|
uid = 0
|
|
|
|
[metrics]
|
|
address = ""
|
|
grpc_histogram = false
|
|
|
|
[plugins]
|
|
|
|
[plugins.cgroups]
|
|
no_prometheus = false
|
|
|
|
[plugins.cri]
|
|
disable_proc_mount = false
|
|
enable_selinux = false
|
|
enable_tls_streaming = false
|
|
max_container_log_line_size = 16384
|
|
sandbox_image = "k8s.gcr.io/pause:3.1"
|
|
stats_collect_period = 10
|
|
stream_server_address = "127.0.0.1"
|
|
stream_server_port = "0"
|
|
systemd_cgroup = false
|
|
|
|
[plugins.cri.cni]
|
|
bin_dir = "/opt/cni/bin"
|
|
conf_dir = "/etc/cni/net.d"
|
|
conf_template = ""
|
|
|
|
[plugins.cri.containerd]
|
|
no_pivot = false
|
|
snapshotter = "overlayfs"
|
|
|
|
[plugins.cri.containerd.default_runtime]
|
|
runtime_engine = ""
|
|
runtime_root = ""
|
|
runtime_type = "io.containerd.runtime.v1.linux"
|
|
|
|
[plugins.cri.containerd.untrusted_workload_runtime]
|
|
runtime_engine = ""
|
|
runtime_root = ""
|
|
runtime_type = ""
|
|
|
|
[plugins.cri.registry]
|
|
|
|
[plugins.cri.registry.mirrors]
|
|
|
|
[plugins.cri.registry.mirrors."docker.io"]
|
|
endpoint = ["https://registry-1.docker.io"]
|
|
|
|
[plugins.cri.x509_key_pair_streaming]
|
|
tls_cert_file = ""
|
|
tls_key_file = ""
|
|
|
|
[plugins.diff-service]
|
|
default = ["walking"]
|
|
|
|
[plugins.linux]
|
|
no_shim = false
|
|
runtime = "runc"
|
|
runtime_root = "/var/lib/docker/runc"
|
|
shim = "containerd-shim"
|
|
shim_debug = false
|
|
|
|
[plugins.opt]
|
|
path = "/opt/containerd"
|
|
|
|
[plugins.restart]
|
|
interval = "10s"
|
|
|
|
[plugins.scheduler]
|
|
deletion_threshold = 0
|
|
mutation_threshold = 100
|
|
pause_threshold = 0.02
|
|
schedule_delay = "0s"
|
|
startup_delay = "100ms"
|