Following the nginx ingress guide and doing:
Results in multiple problems like:
Thank you for helping to improve the documentation.
are you creating the cluster with the configuration indicated in the docs?
https://kind.sigs.k8s.io/docs/user/ingress/#create-cluster
can you paste the output of kubectl get nodes -o yaml?
When did you run this? quay.io was having major issues and the images for ingress-nginx upstream are currently hosted there.
I'm certain this guide has been tested and pretty confident it's correct, the author of ingress-nginx helps maintain it 馃檭
/assign @amwat
Thanks for the answer, I will test again tomorrow.
Works today, I must have done a mistake during the setup steps.
Most helpful comment
are you creating the cluster with the configuration indicated in the docs?
https://kind.sigs.k8s.io/docs/user/ingress/#create-cluster
can you paste the output of
kubectl get nodes -o yaml?