Skip to content

Commit

Permalink
Merge pull request #108945 from dims/automated-cherry-pick-of-#108928…
Browse files Browse the repository at this point in the history
…-upstream-release-1.21

Automated cherry pick of #108928: kube-up: use registry.k8s.io for containerd-related jobs
  • Loading branch information
k8s-ci-robot committed Mar 24, 2022
2 parents f3c511c + 45ef320 commit b7022fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cluster/gce/gci/configure-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3037,6 +3037,10 @@ oom_score = -999
runtime_type = "io.containerd.runc.v2"
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
endpoint = ["https://mirror.gcr.io","https://registry-1.docker.io"]
# Enable registry.k8s.io as the primary mirror for k8s.gcr.io
# See: https://github.com/kubernetes/k8s.io/issues/3411
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."k8s.gcr.io"]
endpoint = ["https://registry.k8s.io", "https://k8s.gcr.io",]
EOF

if [[ "${CONTAINER_RUNTIME_TEST_HANDLER:-}" == "true" ]]; then
Expand Down

0 comments on commit b7022fa

Please sign in to comment.