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.

39 lines
971 B

  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_runtimes:
  9. # - name: runc
  10. # type: "io.containerd.runc.v2"
  11. # engine: ""
  12. # root: ""
  13. # Example for Kata Containers as additional runtime:
  14. # - name: kata
  15. # type: "io.containerd.kata.v2"
  16. # engine: ""
  17. # root: ""
  18. # containerd_grpc_max_recv_message_size: 16777216
  19. # containerd_grpc_max_send_message_size: 16777216
  20. # containerd_debug_level: "info"
  21. # containerd_metrics_address: ""
  22. # containerd_metrics_grpc_histogram: false
  23. # containerd_registries:
  24. # "docker.io": "https://registry-1.docker.io"
  25. # containerd_max_container_log_line_size: -1
  26. # containerd_registry_auth:
  27. # - registry: 10.0.0.2:5000
  28. # username: user
  29. # password: pass