hobby-kube / guide

Kubernetes clusters for the hobbyist.
MIT License
5.57k stars 258 forks source link

"example-ingress" is invalid #85

Closed nfalcone closed 3 years ago

nfalcone commented 4 years ago

Getting this message in the guide when applying ingress controller.

The Ingress "example-ingress" is invalid: spec.rules[0].http.paths[0].backend.servicePort: Invalid value: "example-service-http": must be no more than 15 characters

Solution: changed name from example-ingress to test-ingress

pstadler commented 3 years ago

I finally got time to update this. Thanks for your report. At some point I'm going to update all manifests to use recent API versions.