You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.2 KiB

  1. ---
  2. containerd_storage_dir: "/var/lib/containerd"
  3. containerd_state_dir: "/run/containerd"
  4. containerd_systemd_dir: "/etc/systemd/system/containerd.service.d"
  5. containerd_oom_score: 0
  6. containerd_default_runtime: "runc"
  7. # containerd_snapshotter: "native"
  8. containerd_runc_runtime:
  9. name: runc
  10. type: "io.containerd.runc.v2"
  11. engine: ""
  12. root: ""
  13. options:
  14. systemdCgroup: "{{ containerd_use_systemd_cgroup | ternary('true', 'false') }}"
  15. containerd_additional_runtimes: []
  16. # Example for Kata Containers as additional runtime:
  17. # - name: kata
  18. # type: "io.containerd.kata.v2"
  19. # engine: ""
  20. # root: ""
  21. containerd_grpc_max_recv_message_size: 16777216
  22. containerd_grpc_max_send_message_size: 16777216
  23. containerd_debug_level: "info"
  24. containerd_metrics_address: ""
  25. containerd_metrics_grpc_histogram: false
  26. containerd_registries:
  27. "docker.io": "https://registry-1.docker.io"
  28. containerd_max_container_log_line_size: -1
  29. containerd_cfg_dir: /etc/containerd
  30. # Extra config to be put in {{ containerd_cfg_dir }}/config.toml literally
  31. containerd_extra_args: ''
  32. # Configure registry auth (if applicable to secure/insecure registries)
  33. containerd_registry_auth: []
  34. # - registry: 10.0.0.2:5000
  35. # username: user
  36. # password: pass