Lorenz Brun | c88c82d | 2020-05-08 14:35:04 +0200 | [diff] [blame] | 1 | version = 2 |
| 2 | root = "/data/containerd" |
Serge Bazanski | c2c7ad9 | 2020-07-13 17:20:09 +0200 | [diff] [blame^] | 3 | state = "/ephemeral/containerd" |
Lorenz Brun | c88c82d | 2020-05-08 14:35:04 +0200 | [diff] [blame] | 4 | plugin_dir = "" |
| 5 | disabled_plugins = [] |
| 6 | required_plugins = [] |
| 7 | oom_score = 0 |
| 8 | |
| 9 | [grpc] |
Serge Bazanski | c2c7ad9 | 2020-07-13 17:20:09 +0200 | [diff] [blame^] | 10 | address = "/ephemeral/containerd/client.sock" |
Lorenz Brun | c88c82d | 2020-05-08 14:35:04 +0200 | [diff] [blame] | 11 | tcp_address = "" |
| 12 | tcp_tls_cert = "" |
| 13 | tcp_tls_key = "" |
| 14 | uid = 0 |
| 15 | gid = 0 |
| 16 | max_recv_message_size = 16777216 |
| 17 | max_send_message_size = 16777216 |
| 18 | |
| 19 | [ttrpc] |
| 20 | address = "" |
| 21 | uid = 0 |
| 22 | gid = 0 |
| 23 | |
| 24 | [debug] |
| 25 | address = "" |
| 26 | uid = 0 |
| 27 | gid = 0 |
| 28 | level = "" |
| 29 | |
| 30 | [metrics] |
| 31 | address = "" |
| 32 | grpc_histogram = false |
| 33 | |
| 34 | [cgroup] |
| 35 | path = "" |
| 36 | |
| 37 | [timeouts] |
| 38 | "io.containerd.timeout.shim.cleanup" = "5s" |
| 39 | "io.containerd.timeout.shim.load" = "5s" |
| 40 | "io.containerd.timeout.shim.shutdown" = "3s" |
| 41 | "io.containerd.timeout.task.state" = "2s" |
| 42 | |
| 43 | [plugins] |
| 44 | [plugins."io.containerd.gc.v1.scheduler"] |
| 45 | pause_threshold = 0.02 |
| 46 | deletion_threshold = 0 |
| 47 | mutation_threshold = 100 |
| 48 | schedule_delay = "0s" |
| 49 | startup_delay = "100ms" |
| 50 | [plugins."io.containerd.grpc.v1.cri"] |
| 51 | disable_tcp_service = true |
| 52 | stream_server_address = "127.0.0.1" |
| 53 | stream_server_port = "0" |
| 54 | stream_idle_timeout = "4h0m0s" |
| 55 | enable_selinux = false |
| 56 | sandbox_image = "k8s.gcr.io/pause:3.1" |
| 57 | stats_collect_period = 10 |
| 58 | systemd_cgroup = false |
| 59 | enable_tls_streaming = false |
Lorenz Brun | b876fc3 | 2020-07-14 13:54:01 +0200 | [diff] [blame] | 60 | ignore_image_defined_volumes = true |
Lorenz Brun | c88c82d | 2020-05-08 14:35:04 +0200 | [diff] [blame] | 61 | max_container_log_line_size = 16384 |
| 62 | disable_cgroup = false |
| 63 | disable_apparmor = true |
| 64 | restrict_oom_score_adj = false |
| 65 | max_concurrent_downloads = 3 |
| 66 | disable_proc_mount = false |
| 67 | [plugins."io.containerd.grpc.v1.cri".containerd] |
| 68 | snapshotter = "overlayfs" |
| 69 | default_runtime_name = "runsc" |
| 70 | no_pivot = false |
| 71 | [plugins."io.containerd.grpc.v1.cri".containerd.default_runtime] |
| 72 | runtime_type = "" |
| 73 | runtime_engine = "" |
| 74 | runtime_root = "" |
| 75 | privileged_without_host_devices = false |
| 76 | [plugins."io.containerd.grpc.v1.cri".containerd.untrusted_workload_runtime] |
| 77 | runtime_type = "" |
| 78 | runtime_engine = "" |
| 79 | runtime_root = "" |
| 80 | privileged_without_host_devices = false |
| 81 | [plugins."io.containerd.grpc.v1.cri".containerd.runtimes] |
| 82 | [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runsc] |
| 83 | runtime_type = "io.containerd.runsc.v1" |
| 84 | runtime_engine = "" |
| 85 | runtime_root = "" |
| 86 | privileged_without_host_devices = false |
| 87 | [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runsc.options] |
| 88 | TypeUrl = "io.containerd.runsc.v1.options" |
| 89 | ConfigPath = "/containerd/conf/runsc.toml" |
| 90 | [plugins."io.containerd.grpc.v1.cri".cni] |
| 91 | bin_dir = "/containerd/bin/cni" |
| 92 | conf_dir = "/containerd/conf/cni" |
Lorenz Brun | f042e6f | 2020-06-24 16:46:09 +0200 | [diff] [blame] | 93 | max_conf_num = 0 |
| 94 | conf_template = "/containerd/conf/cnispec.gojson" |
Lorenz Brun | c88c82d | 2020-05-08 14:35:04 +0200 | [diff] [blame] | 95 | [plugins."io.containerd.grpc.v1.cri".registry] |
| 96 | [plugins."io.containerd.grpc.v1.cri".registry.mirrors] |
| 97 | [plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"] |
| 98 | endpoint = ["https://registry-1.docker.io"] |
| 99 | [plugins."io.containerd.grpc.v1.cri".x509_key_pair_streaming] |
| 100 | tls_cert_file = "" |
| 101 | tls_key_file = "" |
| 102 | [plugins."io.containerd.internal.v1.opt"] |
| 103 | path = "/containerd/bin" |
| 104 | [plugins."io.containerd.internal.v1.restart"] |
| 105 | interval = "10s" |
| 106 | [plugins."io.containerd.metadata.v1.bolt"] |
| 107 | content_sharing_policy = "shared" |
| 108 | [plugins."io.containerd.monitor.v1.cgroups"] |
| 109 | no_prometheus = false |
| 110 | [plugins."io.containerd.runtime.v1.linux"] |
| 111 | shim = "containerd-shim" |
| 112 | runtime = "noop" |
| 113 | runtime_root = "" |
| 114 | no_shim = false |
| 115 | shim_debug = false |
| 116 | [plugins."io.containerd.runtime.v2.task"] |
| 117 | platforms = ["linux/amd64"] |
| 118 | [plugins."io.containerd.service.v1.diff-service"] |
| 119 | default = ["walking"] |