-
Notifications
You must be signed in to change notification settings - Fork 278
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
Chapter 9 minikube addons enable ingress failure in China #52
Comments
China is unable to download images from registry.k8s.io. You can use a github codespace to download them from here, then upload to your own dockerhub, and download these images locally from dockerhub. Change them to the corresponding names with docker tag and try again. |
Thanks for your answer, But I have configed a proxy on my local machine and downloaded the image. Afterwards, I used
|
I solved it by changing the image registry. However, I had to set |
@ongiant thanks for reporting the issue and for sharing a working solution. I have now included a guide for configuring Minikube behind a proxy and linked to your instructions to make the ingress work. Thank you! I'm closing this issue for now, but feel free to leave new comments in case you find new information about this problem, or open a new issue. It looks like there's some problem in the specific ingress add-on in Minikube, so I hope that will be fixed in the Minikube project to make the setup easier when behind a proxy. |
Hi, I'm stuck in chapter 9.5.1. When I tried to enable
ingress
, but always failed.cluster details
ingress
:kubectl get pods -A
kubectl describe -n ingress-nginx ingress-nginx-controller-6cc5ccb977-q2w47
kubectl describe pod -n ingress-nginx ingress-nginx-admission-create-wkf7d
kubectl describe pod -n ingress-nginx ingress-nginx-admission-patch-2pqg8
minikube logs --file=logs.txt
logs.txt
The text was updated successfully, but these errors were encountered: