Kind: nginx ingress guide doesn't work

Created on 21 May 2020  路  5Comments  路  Source: kubernetes-sigs/kind

Following the nginx ingress guide and doing:

Results in multiple problems like:

  • nginx ingress controller not starting: 0/1 nodes are available: 1 node(s) didn't match node selector.
  • kError from server (InternalError): error when creating "https://kind.sigs.k8s.io/examples/ingress/usage.yaml": Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io":

Thank you for helping to improve the documentation.

kindocumentation

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?

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings