Skip to content

Commit 4fc3b56

Browse files
Random-Liuestesp
authored andcommitted
Use registry-1.docker.io as backup
Signed-off-by: Lantao Liu <[email protected]>
1 parent 3bc1d35 commit 4fc3b56

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/gce/cloud-init/master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ write_files:
8989
--network-bin-dir=/home/cri-containerd/opt/cni/bin \
9090
--network-conf-dir=/home/cri-containerd/etc/cni/net.d \
9191
--cgroup-path=/runtime \
92-
--registry=docker.io=https://mirror.gcr.io
92+
--registry=docker.io=https://mirror.gcr.io,https://registry-1.docker.io
9393
9494
[Install]
9595
WantedBy=cri-containerd.target

contrib/gce/cloud-init/node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ write_files:
9292
--network-bin-dir=/home/kubernetes/bin \
9393
--network-conf-dir=/etc/cni/net.d \
9494
--cgroup-path=/runtime \
95-
--registry=docker.io=https://mirror.gcr.io
95+
--registry=docker.io=https://mirror.gcr.io,https://registry-1.docker.io
9696
9797
[Install]
9898
WantedBy=cri-containerd.target

0 commit comments

Comments
 (0)