Skip to content

Commit

Permalink
add-ci-for-insecure_registries (kubernetes-sigs#9797)
Browse files Browse the repository at this point in the history
  • Loading branch information
yankay authored and HoKim98 committed Mar 8, 2023
1 parent 3c4b933 commit bd9b9d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/files/packet_ubuntu22-calico-aio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ auto_renew_certificates: true
# Currently ipvs not available on KVM: https://packages.ubuntu.com/search?suite=focal&arch=amd64&mode=exactfilename&searchon=contents&keywords=ip_vs_sh.ko
kube_proxy_mode: iptables
enable_nodelocaldns: False

containerd_insecure_registries:
"172.19.16.11:5000": "http://172.19.16.11:5000"

containerd_registries:
"docker.io": "https://mirror.gcr.io"

0 comments on commit bd9b9d3

Please sign in to comment.