diff --git a/ansible/kubernetes/inventory/group_vars/all/main.yaml b/ansible/kubernetes/inventory/group_vars/all/main.yaml index 3cea3f3159f2d..cc8ad415d06da 100644 --- a/ansible/kubernetes/inventory/group_vars/all/main.yaml +++ b/ansible/kubernetes/inventory/group_vars/all/main.yaml @@ -27,3 +27,17 @@ k3s_server_manifests_templates: # /var/lib/rancher/k3s/agent/pod-manifests k3s_server_pod_manifests_templates: - kube-vip-static-pod.yaml.j2 +k3s_registries: + mirrors: + docker.io: + endpoint: ["http://zot.turbo.ac/v2/docker.io"] + ghcr.io: + endpoint: ["http://zot.turbo.ac/v2/ghcr.io"] + quay.io: + endpoint: ["http://zot.turbo.ac/v2/quay.io"] + gcr.io: + endpoint: ["http://zot.turbo.ac/v2/gcr.io"] + registry.k8s.io: + endpoint: ["http://zot.turbo.ac/v2/registry.k8s.io"] + public.ecr.aws: + endpoint: ["http://zot.turbo.ac/v2/public.ecr.aws"]