collabnix / kubelabs

Get Started with Kubernetes
https://kubelabs.collabnix.com
Apache License 2.0
2.73k stars 941 forks source link

Ingress101.md is outdated #137

Open fschutt opened 1 year ago

fschutt commented 1 year ago
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/mandatory.yaml

The URL is a 404.

fschutt commented 1 year ago

Correct URL is https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.7.0/deploy/static/provider/cloud/deploy.yaml. Also, kubectl create ingress demo --class=nginx --rule="grundbuch-test.eu/*=demo:80" just results a 503 error. The entire Ingress documentation is outdated.

ajeetraina commented 1 year ago

@gauravrattan Would you like to work on this?

gauravrattan commented 1 year ago

Sure @ajeetraina