Closed mprimeaux closed 2 months ago
Quick and dirty workaround: kubectl get daemonsets.apps -n kube-system registry-proxy -ojson | jq -r '.spec.template.spec.containers[0].image = "gcr.io/google_containers/kube-registry-proxy:0.4"' | kubectl apply -f -
@ol-teuto Thanks much for the reply. Unfortunately, I receive a format error since I'm on ARM64 (M2 Ultra).
exec /bin/boot: exec format error
Stream closed EOF for kube-system/registry-proxy-5c9s9 (registry-proxy)
Based on your work around, the command to enable the registry add-on I used is:
minikube addons enable registry --images='KubeRegistryProxy=gcr.io/google_containers/kube-registry-proxy:0.4
The 0.4 container image doesn't support ARM64.
See https://github.com/kubernetes/minikube/issues/19541, this should now be resolved.
What Happened?
At this point, the command hangs. Here's what I see in k9s.
TL;DR is
401 Unauthorized
.What's odd is this has been working for months so perhaps this is an issue on the
ghcr.io
side of the equation. Insights are welcome.Attach the log file
log.txt
Operating System
macOS (Default)
Driver
QEMU