Skip to content

Commit

Permalink
feat: add pull thru cache to k3s config
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Nov 16, 2023
1 parent 04a730b commit a7bbb90
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ansible/kubernetes/inventory/group_vars/all/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit a7bbb90

Please sign in to comment.