Skip to content

Commit

Permalink
Use different image for RegistryProxy to workaround minikube startup …
Browse files Browse the repository at this point in the history
…failures (#10519)

Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
Frawless authored Aug 29, 2024
1 parent a990b97 commit bf1f12e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azure/scripts/setup-kubernetes.sh
Original file line number Diff line number Diff line change
@@ -110,7 +110,8 @@ if [ "$TEST_CLUSTER" = "minikube" ]; then
minikube addons enable registry --images="Registry=arm64v8/registry:2.8.2,KubeRegistryProxy=google_containers/kube-registry-proxy:0.5-SNAPSHOT"
rm -rf kubernetes
else
minikube addons enable registry

minikube addons enable registry --images="KubeRegistryProxy=gcr.io/google_containers/kube-registry-proxy:0.4"
fi

minikube addons enable registry-aliases

0 comments on commit bf1f12e

Please sign in to comment.