|
1 |
| -state = "/run/containerd" |
| 1 | +# default containerd configuration file, generated via `containerd config default` |
| 2 | +disabled_plugins = [] |
| 3 | +imports = [] |
| 4 | +oom_score = 0 |
| 5 | +plugin_dir = "" |
| 6 | +required_plugins = [] |
2 | 7 | root = "/var/lib/containerd"
|
3 |
| -disabled_plugins = ["cri"] |
| 8 | +state = "/run/containerd" |
| 9 | +temp = "" |
| 10 | +version = 2 |
| 11 | + |
| 12 | +[cgroup] |
| 13 | + path = "" |
| 14 | + |
| 15 | +[debug] |
| 16 | + address = "" |
| 17 | + format = "" |
| 18 | + gid = 0 |
| 19 | + level = "" |
| 20 | + uid = 0 |
4 | 21 |
|
5 | 22 | [grpc]
|
6 | 23 | address = "/run/containerd/containerd.sock"
|
7 |
| - uid = 0 |
8 | 24 | gid = 0
|
9 |
| - |
10 |
| -[debug] |
11 |
| - address = "/run/containerd/debug.sock" |
12 |
| - level = "info" |
| 25 | + max_recv_message_size = 16777216 |
| 26 | + max_send_message_size = 16777216 |
| 27 | + tcp_address = "" |
| 28 | + tcp_tls_ca = "" |
| 29 | + tcp_tls_cert = "" |
| 30 | + tcp_tls_key = "" |
| 31 | + uid = 0 |
13 | 32 |
|
14 | 33 | [metrics]
|
15 | 34 | address = ""
|
| 35 | + grpc_histogram = false |
| 36 | + |
| 37 | +[plugins] |
| 38 | + |
| 39 | + [plugins."io.containerd.gc.v1.scheduler"] |
| 40 | + deletion_threshold = 0 |
| 41 | + mutation_threshold = 100 |
| 42 | + pause_threshold = 0.02 |
| 43 | + schedule_delay = "0s" |
| 44 | + startup_delay = "100ms" |
| 45 | + |
| 46 | + [plugins."io.containerd.grpc.v1.cri"] |
| 47 | + cdi_spec_dirs = ["/etc/cdi", "/var/run/cdi"] |
| 48 | + device_ownership_from_security_context = false |
| 49 | + disable_apparmor = false |
| 50 | + disable_cgroup = false |
| 51 | + disable_hugetlb_controller = true |
| 52 | + disable_proc_mount = false |
| 53 | + disable_tcp_service = true |
| 54 | + drain_exec_sync_io_timeout = "0s" |
| 55 | + enable_cdi = false |
| 56 | + enable_selinux = false |
| 57 | + enable_tls_streaming = false |
| 58 | + enable_unprivileged_icmp = false |
| 59 | + enable_unprivileged_ports = false |
| 60 | + ignore_image_defined_volumes = false |
| 61 | + image_pull_progress_timeout = "5m0s" |
| 62 | + max_concurrent_downloads = 3 |
| 63 | + max_container_log_line_size = 16384 |
| 64 | + netns_mounts_under_state_dir = false |
| 65 | + restrict_oom_score_adj = false |
| 66 | + sandbox_image = "registry.k8s.io/pause:3.8" |
| 67 | + selinux_category_range = 1024 |
| 68 | + stats_collect_period = 10 |
| 69 | + stream_idle_timeout = "4h0m0s" |
| 70 | + stream_server_address = "127.0.0.1" |
| 71 | + stream_server_port = "0" |
| 72 | + systemd_cgroup = false |
| 73 | + tolerate_missing_hugetlb_controller = true |
| 74 | + unset_seccomp_profile = "" |
| 75 | + |
| 76 | + [plugins."io.containerd.grpc.v1.cri".cni] |
| 77 | + bin_dir = "/opt/cni/bin" |
| 78 | + conf_dir = "/etc/cni/net.d" |
| 79 | + conf_template = "" |
| 80 | + ip_pref = "" |
| 81 | + max_conf_num = 1 |
| 82 | + setup_serially = false |
| 83 | + |
| 84 | + [plugins."io.containerd.grpc.v1.cri".containerd] |
| 85 | + default_runtime_name = "runc" |
| 86 | + disable_snapshot_annotations = true |
| 87 | + discard_unpacked_layers = false |
| 88 | + ignore_blockio_not_enabled_errors = false |
| 89 | + ignore_rdt_not_enabled_errors = false |
| 90 | + no_pivot = false |
| 91 | + snapshotter = "overlayfs" |
| 92 | + |
| 93 | + [plugins."io.containerd.grpc.v1.cri".containerd.default_runtime] |
| 94 | + base_runtime_spec = "" |
| 95 | + cni_conf_dir = "" |
| 96 | + cni_max_conf_num = 0 |
| 97 | + container_annotations = [] |
| 98 | + pod_annotations = [] |
| 99 | + privileged_without_host_devices = false |
| 100 | + privileged_without_host_devices_all_devices_allowed = false |
| 101 | + runtime_engine = "" |
| 102 | + runtime_path = "" |
| 103 | + runtime_root = "" |
| 104 | + runtime_type = "" |
| 105 | + sandbox_mode = "" |
| 106 | + snapshotter = "" |
| 107 | + |
| 108 | + [plugins."io.containerd.grpc.v1.cri".containerd.default_runtime.options] |
| 109 | + |
| 110 | + [plugins."io.containerd.grpc.v1.cri".containerd.runtimes] |
| 111 | + |
| 112 | + [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc] |
| 113 | + base_runtime_spec = "" |
| 114 | + cni_conf_dir = "" |
| 115 | + cni_max_conf_num = 0 |
| 116 | + container_annotations = [] |
| 117 | + pod_annotations = [] |
| 118 | + privileged_without_host_devices = false |
| 119 | + privileged_without_host_devices_all_devices_allowed = false |
| 120 | + runtime_engine = "" |
| 121 | + runtime_path = "" |
| 122 | + runtime_root = "" |
| 123 | + runtime_type = "io.containerd.runc.v2" |
| 124 | + sandbox_mode = "podsandbox" |
| 125 | + snapshotter = "" |
| 126 | + |
| 127 | + [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options] |
| 128 | + BinaryName = "" |
| 129 | + CriuImagePath = "" |
| 130 | + CriuPath = "" |
| 131 | + CriuWorkPath = "" |
| 132 | + IoGid = 0 |
| 133 | + IoUid = 0 |
| 134 | + NoNewKeyring = false |
| 135 | + NoPivotRoot = false |
| 136 | + Root = "" |
| 137 | + ShimCgroup = "" |
| 138 | + SystemdCgroup = false |
| 139 | + |
| 140 | + [plugins."io.containerd.grpc.v1.cri".containerd.untrusted_workload_runtime] |
| 141 | + base_runtime_spec = "" |
| 142 | + cni_conf_dir = "" |
| 143 | + cni_max_conf_num = 0 |
| 144 | + container_annotations = [] |
| 145 | + pod_annotations = [] |
| 146 | + privileged_without_host_devices = false |
| 147 | + privileged_without_host_devices_all_devices_allowed = false |
| 148 | + runtime_engine = "" |
| 149 | + runtime_path = "" |
| 150 | + runtime_root = "" |
| 151 | + runtime_type = "" |
| 152 | + sandbox_mode = "" |
| 153 | + snapshotter = "" |
| 154 | + |
| 155 | + [plugins."io.containerd.grpc.v1.cri".containerd.untrusted_workload_runtime.options] |
| 156 | + |
| 157 | + [plugins."io.containerd.grpc.v1.cri".image_decryption] |
| 158 | + key_model = "node" |
| 159 | + |
| 160 | + [plugins."io.containerd.grpc.v1.cri".registry] |
| 161 | + config_path = "" |
| 162 | + |
| 163 | + [plugins."io.containerd.grpc.v1.cri".registry.auths] |
| 164 | + |
| 165 | + [plugins."io.containerd.grpc.v1.cri".registry.configs] |
| 166 | + |
| 167 | + [plugins."io.containerd.grpc.v1.cri".registry.headers] |
| 168 | + |
| 169 | + [plugins."io.containerd.grpc.v1.cri".registry.mirrors] |
| 170 | + |
| 171 | + [plugins."io.containerd.grpc.v1.cri".x509_key_pair_streaming] |
| 172 | + tls_cert_file = "" |
| 173 | + tls_key_file = "" |
| 174 | + |
| 175 | + [plugins."io.containerd.internal.v1.opt"] |
| 176 | + path = "/opt/containerd" |
| 177 | + |
| 178 | + [plugins."io.containerd.internal.v1.restart"] |
| 179 | + interval = "10s" |
| 180 | + |
| 181 | + [plugins."io.containerd.internal.v1.tracing"] |
| 182 | + sampling_ratio = 1.0 |
| 183 | + service_name = "containerd" |
| 184 | + |
| 185 | + [plugins."io.containerd.metadata.v1.bolt"] |
| 186 | + content_sharing_policy = "shared" |
| 187 | + |
| 188 | + [plugins."io.containerd.monitor.v1.cgroups"] |
| 189 | + no_prometheus = false |
| 190 | + |
| 191 | + [plugins."io.containerd.nri.v1.nri"] |
| 192 | + disable = true |
| 193 | + disable_connections = false |
| 194 | + plugin_config_path = "/etc/nri/conf.d" |
| 195 | + plugin_path = "/opt/nri/plugins" |
| 196 | + plugin_registration_timeout = "5s" |
| 197 | + plugin_request_timeout = "2s" |
| 198 | + socket_path = "/var/run/nri/nri.sock" |
| 199 | + |
| 200 | + [plugins."io.containerd.runtime.v1.linux"] |
| 201 | + no_shim = false |
| 202 | + runtime = "runc" |
| 203 | + runtime_root = "" |
| 204 | + shim = "containerd-shim" |
| 205 | + shim_debug = false |
| 206 | + |
| 207 | + [plugins."io.containerd.runtime.v2.task"] |
| 208 | + platforms = ["linux/amd64"] |
| 209 | + sched_core = false |
| 210 | + |
| 211 | + [plugins."io.containerd.service.v1.diff-service"] |
| 212 | + default = ["walking"] |
| 213 | + |
| 214 | + [plugins."io.containerd.service.v1.tasks-service"] |
| 215 | + blockio_config_file = "" |
| 216 | + rdt_config_file = "" |
| 217 | + |
| 218 | + [plugins."io.containerd.snapshotter.v1.aufs"] |
| 219 | + root_path = "" |
| 220 | + |
| 221 | + [plugins."io.containerd.snapshotter.v1.blockfile"] |
| 222 | + fs_type = "" |
| 223 | + mount_options = [] |
| 224 | + root_path = "" |
| 225 | + scratch_file = "" |
| 226 | + |
| 227 | + [plugins."io.containerd.snapshotter.v1.btrfs"] |
| 228 | + root_path = "" |
| 229 | + |
| 230 | + [plugins."io.containerd.snapshotter.v1.devmapper"] |
| 231 | + async_remove = false |
| 232 | + base_image_size = "" |
| 233 | + discard_blocks = false |
| 234 | + fs_options = "" |
| 235 | + fs_type = "" |
| 236 | + pool_name = "" |
| 237 | + root_path = "" |
| 238 | + |
| 239 | + [plugins."io.containerd.snapshotter.v1.native"] |
| 240 | + root_path = "" |
| 241 | + |
| 242 | + [plugins."io.containerd.snapshotter.v1.overlayfs"] |
| 243 | + mount_options = [] |
| 244 | + root_path = "" |
| 245 | + sync_remove = false |
| 246 | + upperdir_label = false |
| 247 | + |
| 248 | + [plugins."io.containerd.snapshotter.v1.zfs"] |
| 249 | + root_path = "" |
| 250 | + |
| 251 | + [plugins."io.containerd.tracing.processor.v1.otlp"] |
| 252 | + endpoint = "" |
| 253 | + insecure = false |
| 254 | + protocol = "" |
| 255 | + |
| 256 | + [plugins."io.containerd.transfer.v1.local"] |
| 257 | + config_path = "" |
| 258 | + max_concurrent_downloads = 3 |
| 259 | + max_concurrent_uploaded_layers = 3 |
| 260 | + |
| 261 | + [[plugins."io.containerd.transfer.v1.local".unpack_config]] |
| 262 | + differ = "" |
| 263 | + platform = "linux/amd64" |
| 264 | + snapshotter = "overlayfs" |
| 265 | + |
| 266 | +[proxy_plugins] |
| 267 | + |
| 268 | +[stream_processors] |
| 269 | + |
| 270 | + [stream_processors."io.containerd.ocicrypt.decoder.v1.tar"] |
| 271 | + accepts = ["application/vnd.oci.image.layer.v1.tar+encrypted"] |
| 272 | + args = ["--decryption-keys-path", "/etc/containerd/ocicrypt/keys"] |
| 273 | + env = ["OCICRYPT_KEYPROVIDER_CONFIG=/etc/containerd/ocicrypt/ocicrypt_keyprovider.conf"] |
| 274 | + path = "ctd-decoder" |
| 275 | + returns = "application/vnd.oci.image.layer.v1.tar" |
| 276 | + |
| 277 | + [stream_processors."io.containerd.ocicrypt.decoder.v1.tar.gzip"] |
| 278 | + accepts = ["application/vnd.oci.image.layer.v1.tar+gzip+encrypted"] |
| 279 | + args = ["--decryption-keys-path", "/etc/containerd/ocicrypt/keys"] |
| 280 | + env = ["OCICRYPT_KEYPROVIDER_CONFIG=/etc/containerd/ocicrypt/ocicrypt_keyprovider.conf"] |
| 281 | + path = "ctd-decoder" |
| 282 | + returns = "application/vnd.oci.image.layer.v1.tar+gzip" |
| 283 | + |
| 284 | +[timeouts] |
| 285 | + "io.containerd.timeout.bolt.open" = "0s" |
| 286 | + "io.containerd.timeout.metrics.shimstats" = "2s" |
| 287 | + "io.containerd.timeout.shim.cleanup" = "5s" |
| 288 | + "io.containerd.timeout.shim.load" = "5s" |
| 289 | + "io.containerd.timeout.shim.shutdown" = "3s" |
| 290 | + "io.containerd.timeout.task.state" = "2s" |
| 291 | + |
| 292 | +[ttrpc] |
| 293 | + address = "" |
| 294 | + gid = 0 |
| 295 | + uid = 0 |
0 commit comments