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.

50 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_level: "info"
  22. # containerd_metrics_address: ""
  23. # containerd_metrics_grpc_histogram: false
  24. ## An obvious use case is allowing insecure-registry access to self hosted registries.
  25. ## Can be ipaddress and domain_name.
  26. ## example define mirror.registry.io or 172.19.16.11:5000
  27. ## set "name": "url". insecure url must be started http://
  28. ## Port number is also needed if the default HTTPS port is not used.
  29. # containerd_insecure_registries:
  30. # "localhost": "http://127.0.0.1"
  31. # "172.19.16.11:5000": "http://172.19.16.11:5000"
  32. # containerd_registries:
  33. # "docker.io": "https://registry-1.docker.io"
  34. # containerd_max_container_log_line_size: -1
  35. # containerd_registry_auth:
  36. # - registry: 10.0.0.2:5000
  37. # username: user
  38. # password: pass