Lowess / helm-charts

Open source repository for Kubernetes Helm Charts
3 stars 15 forks source link

Missing IngressClassName field in ingress templates in zoonavigator (and possibly others) #47

Closed piotrrybicki closed 1 year ago

piotrrybicki commented 1 year ago

Hi.

In the ingress template, you are defining it's class via annotation which is depreciated method. https://kubernetes.io/docs/concepts/services-networking/ingress/#deprecated-annotation

On newer k8s installations, there is no way of definig ingress class (annotation is ignored).

Lowess commented 1 year ago

Fixed in version zoonavigator-0.1.4

piotrrybicki commented 1 year ago

unfortunatelly, stil not working fine.

Ingress.extensions "zoonavigator" is invalid: annotations.kubernetes.io/ingress.class: Invalid value: "XXX": can not be set when the class field is also set.