-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to enable registry add-on. #19533
Comments
Quick and dirty workaround: |
@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 #19541, this should now be resolved. |
What Happened?
minikube addons enable registry registry is an addon maintained by minikube. For any concerns contact minikube on GitHub. You can view the list of minikube maintainers at: https://github.com/kubernetes/minikube/blob/master/OWNERS ▪ Using image docker.io/registry:2.8.3 ▪ Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6 🔎 Verifying registry addon...
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
The text was updated successfully, but these errors were encountered: