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.

22 lines
495 B

  1. ---
  2. docker_registry_mirrors:
  3. - "https://mirror.gcr.io"
  4. containerd_grpc_max_recv_message_size: 16777216
  5. containerd_grpc_max_send_message_size: 16777216
  6. containerd_registries:
  7. "docker.io":
  8. - "https://mirror.gcr.io"
  9. - "https://registry-1.docker.io"
  10. containerd_max_container_log_line_size: -1
  11. crio_registries_mirrors:
  12. - prefix: docker.io
  13. insecure: false
  14. blocked: false
  15. location: registry-1.docker.io
  16. mirrors:
  17. - location: mirror.gcr.io
  18. insecure: false