Skip to content

Commit

Permalink
Stop referring to k8s.gcr.io (#3998)
Browse files Browse the repository at this point in the history
  • Loading branch information
nemacysts authored Dec 20, 2024
1 parent dbe4ada commit 1b674cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_cluster/dind-cluster-v1.13.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1852,7 +1852,7 @@ function dind::up {
dind::retry "${kubectl}" --context "$ctx" apply -f ${kube_router_config}
rm "${kube_router_config}"
dind::retry "${kubectl}" --context "$ctx" -n kube-system delete ds kube-proxy
docker run --privileged --net=host k8s.gcr.io/kube-proxy-amd64:v1.10.2 kube-proxy --cleanup
docker run --privileged --net=host registry.k8s.io/kube-proxy-amd64:v1.10.2 kube-proxy --cleanup
;;
*)
echo "Unsupported CNI plugin '${CNI_PLUGIN}'" >&2
Expand Down

0 comments on commit 1b674cf

Please sign in to comment.