c74e1c9db3
* CI: use netchecker images from quay to prevent throttling * Molecule: use hello-world image from quay.io
25 lines
662 B
YAML
25 lines
662 B
YAML
---
|
|
docker_registry_mirrors:
|
|
- "https://mirror.gcr.io"
|
|
|
|
containerd_grpc_max_recv_message_size: 16777216
|
|
containerd_grpc_max_send_message_size: 16777216
|
|
|
|
containerd_registries:
|
|
"docker.io":
|
|
- "https://mirror.gcr.io"
|
|
- "https://registry-1.docker.io"
|
|
|
|
containerd_max_container_log_line_size: -1
|
|
|
|
crio_registries_mirrors:
|
|
- prefix: docker.io
|
|
insecure: false
|
|
blocked: false
|
|
location: registry-1.docker.io
|
|
mirrors:
|
|
- location: mirror.gcr.io
|
|
insecure: false
|
|
|
|
netcheck_agent_image_repo: "{{ quay_image_repo }}/kubespray/k8s-netchecker-agent"
|
|
netcheck_server_image_repo: "{{ quay_image_repo }}/kubespray/k8s-netchecker-server"
|