2020-11-30 08:22:49 +00:00
|
|
|
---
|
|
|
|
docker_registry_mirrors:
|
|
|
|
- "https://mirror.gcr.io"
|
|
|
|
|
2021-04-02 06:20:11 +00:00
|
|
|
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
|
2020-12-03 21:57:25 +00:00
|
|
|
|
|
|
|
crio_registries_mirrors:
|
|
|
|
- prefix: docker.io
|
|
|
|
insecure: false
|
|
|
|
blocked: false
|
|
|
|
location: registry-1.docker.io
|
|
|
|
mirrors:
|
|
|
|
- location: mirror.gcr.io
|
|
|
|
insecure: false
|
2021-11-19 21:23:40 +00:00
|
|
|
|
|
|
|
netcheck_agent_image_repo: "{{ quay_image_repo }}/kubespray/k8s-netchecker-agent"
|
|
|
|
netcheck_server_image_repo: "{{ quay_image_repo }}/kubespray/k8s-netchecker-server"
|
2021-11-26 17:00:51 +00:00
|
|
|
|
2022-01-03 18:03:00 +00:00
|
|
|
nginx_image_repo: "{{ quay_image_repo }}/kubespray/nginx"
|
|
|
|
|
2022-05-04 07:11:30 +00:00
|
|
|
flannel_image_repo: "{{ quay_image_repo}}/kubespray/flannel"
|
|
|
|
|
2021-11-26 17:00:51 +00:00
|
|
|
# Kubespray settings for tests
|
|
|
|
deploy_netchecker: true
|
|
|
|
dns_min_replicas: 1
|