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.

59 lines
1.4 KiB

  1. ---
  2. # Please see roles/container-engine/containerd/defaults/main.yml for more configuration options
  3. # containerd_storage_dir: "/var/lib/containerd"
  4. # containerd_state_dir: "/run/containerd"
  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. # containerd_additional_runtimes:
  14. # Example for Kata Containers as additional runtime:
  15. # - name: kata
  16. # type: "io.containerd.kata.v2"
  17. # engine: ""
  18. # root: ""
  19. # containerd_grpc_max_recv_message_size: 16777216
  20. # containerd_grpc_max_send_message_size: 16777216
  21. # Containerd debug socket location: unix or tcp format
  22. # containerd_debug_address: ""
  23. # Containerd log level
  24. # containerd_debug_level: "info"
  25. # Containerd logs format, supported values: text, json
  26. # containerd_debug_format: ""
  27. # Containerd debug socket UID
  28. # containerd_debug_uid: 0
  29. # Containerd debug socket GID
  30. # containerd_debug_gid: 0
  31. # containerd_metrics_address: ""
  32. # containerd_metrics_grpc_histogram: false
  33. # Registries defined within containerd.
  34. # containerd_registries_mirrors:
  35. # - prefix: docker.io
  36. # mirrors:
  37. # - host: https://registry-1.docker.io
  38. # capabilities: ["pull", "resolve"]
  39. # skip_verify: false
  40. # containerd_max_container_log_line_size: -1
  41. # containerd_registry_auth:
  42. # - registry: 10.0.0.2:5000
  43. # username: user
  44. # password: pass