78ed6636e47323981f2212bd4f447e8c637657b5
[it/test.git] / XTesting / kubespray / inventory / local / group_vars / all / containerd.yml
1 ---
2 # Please see roles/container-engine/containerd/defaults/main.yml for more configuration options
3
4 # containerd_storage_dir: "/var/lib/containerd"
5 # containerd_state_dir: "/run/containerd"
6 # containerd_oom_score: 0
7
8 # containerd_default_runtime: "runc"
9 # containerd_snapshotter: "native"
10
11 # containerd_runc_runtime:
12 #   name: runc
13 #   type: "io.containerd.runc.v2"
14 #   engine: ""
15 #   root: ""
16
17 # containerd_additional_runtimes:
18 # Example for Kata Containers as additional runtime:
19 #   - name: kata
20 #     type: "io.containerd.kata.v2"
21 #     engine: ""
22 #     root: ""
23
24 # containerd_grpc_max_recv_message_size: 16777216
25 # containerd_grpc_max_send_message_size: 16777216
26
27 # containerd_debug_level: "info"
28
29 # containerd_metrics_address: ""
30
31 # containerd_metrics_grpc_histogram: false
32
33 ## An obvious use case is allowing insecure-registry access to self hosted registries.
34 ## Can be ipaddress and domain_name.
35 ## example define mirror.registry.io or 172.19.16.11:5000
36 ## set "name": "url". insecure url must be started http://
37 ## Port number is also needed if the default HTTPS port is not used.
38 # containerd_insecure_registries:
39 #   "localhost": "http://127.0.0.1"
40 #   "172.19.16.11:5000": "http://172.19.16.11:5000"
41
42 # containerd_registries:
43 #   "docker.io": "https://registry-1.docker.io"
44
45 # containerd_max_container_log_line_size: -1
46
47 # containerd_registry_auth:
48 #   - registry: 10.0.0.2:5000
49 #     username: user
50 #     password: pass