nginxinc/nginx-ingress-helm-operator

Ingress Controller Version 3.x

ydixken opened this issue · 3 comments

Hi, are there any plans to support the latest release of the NGINX Ingress Controller [1] soon?
Currently we're bound to 2.4.2 but would need 3.x in order to support nginxinc/kubernetes-ingress#3341

If there is nothing else required than bumping the version numbers (like b9fe578), I could easily provide a PR.

But starting with 3.x the IC actually deprecates K8s k8s.io/v1/Endpoints API, in favor of discovery.k8s.io/v1/EndpointSlices. Therefore i guess that a change within at least config/rbac/role.yaml (https://github.com/nginxinc/nginx-ingress-helm-operator/blob/main/config/rbac/role.yaml#L148) (and more..) has to happen as well.

[1] https://docs.nginx.com/nginx-ingress-controller/releases/

Kind regards,
Yannick

Hi @ydixken

we plan to release a version compatible with 3.x soon. Stay tuned 🙂

Awesome, thank you1

@ydixken v1.3.0 of the Operator which has support for v3.0.x of the Ingress Controller has been released 😄 See https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v1.3.0