Marco Ebert
Marco Ebert
Ehm, random shower thought: Why not using the endpoints of the service configured to publish to the Ingress resources? Like: The load balancer address published to the Ingress resources reconciled...
Well, I'm not too deep into the controllers Go code, yet, but I could give it a try. /assign
/retitle Ingress Status: Wrong labels when checking for rollover or shutdown.
I did not review the functional changes, yet. But please do not bump the version in the `Chart.yaml` on your own. Thank you!
/retitle Chart: Configure `appProtocol` case.
While thinking about that, I'd rather make the appProtocol configurable on a port basis and default to `http` and `https` for the HTTP and HTTPS port. So if one needs...
By the way, I don't want to be petty, but the docs are kind of clear on that: https://kubernetes.io/docs/concepts/services-networking/service/#application-protocol > This field follows standard Kubernetes label syntax. Valid values are...
Can you please elaborate on how you want to implement Gateway API using Ingress NGINX? From how I understand the docs, the Gateway API controller already is an implementation of...
Yes, I got you don't want to implement Gateway API using Ingress NGINX and are simple backing your Gateway API implementation by Ingress NGINX (so Ingress API) for at least...