mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 01:57:37 -03:30
* project: fix var-spacing ansible rule Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix spacing on the beginning/end of jinja template Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix spacing of default filter Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix spacing between filter arguments Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix double space at beginning/end of jinja Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix remaining jinja[spacing] ansible-lint warning Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> --------- Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
36 lines
953 B
YAML
36 lines
953 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:
|
|
- prefix: docker.io
|
|
insecure: false
|
|
blocked: false
|
|
unqualified: 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"
|
|
|
|
nginx_image_repo: "{{ quay_image_repo }}/kubespray/nginx"
|
|
|
|
flannel_image_repo: "{{ quay_image_repo }}/kubespray/flannel"
|
|
flannel_init_image_repo: "{{ quay_image_repo }}/kubespray/flannel-cni-plugin"
|
|
|
|
# Kubespray settings for tests
|
|
deploy_netchecker: true
|
|
dns_min_replicas: 1
|