ingressClassName missing from ingress
nyejon opened this issue · 6 comments
Hi,
The ingressClassName is missing from the helm chart and templates.
https://kubernetes.io/docs/concepts/services-networking/ingress/#the-ingress-resource
It is available in the Rasa-X chart: https://github.com/RasaHQ/rasa-x-helm/blob/87a311f92481a2f476a517fb9c80766b16696022/charts/rasa-x/values.yaml#L830
Thanks.
I definitly need it, I use a kubectl patch
command as a workaround but please add it.
IngressClass resource and spec.ingressClassName is in stable state since Kubernetes 1.19, it's been a while.
I just do a proposal here :
#111
Needed too please!
+1
IngressClassName resource is the way to specify IngressClass since kubernetes 1.19 (released in 2020). PR have been done almost 6 month ago ....
Please could you check the assiocated PR ?
Any news ? You closed my PR 6 months ago but nothing has changed since then.