add-ci-for-insecure_registries (#9797)

pull/9810/head
Kay Yan 2023-02-21 08:19:48 +08:00 committed by GitHub
parent fa92d9c0e9
commit 9ee2fbc51c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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"