NGINX Ingress Controller creates Load Balancer but no targets are added #12106
Labels
needs-kind
Indicates a PR lacks a `kind/foo` label and requires one.
needs-priority
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
I have set up the NGINX Ingress Controller on my Kubernetes cluster using the following configuration:
While the Load Balancer is created successfully, there are no targets (worker nodes) being added to it. Even though there are worker nodes in the cluster, no traffic can reach them through the load balancer.
I have manually added the targets myself, but as soon as I reinitialize the NGINX Ingress Controller, it removes the targets again.
This behavior is confusing, and I do not understand how the services are supposed to be exposed if the targets are consistently removed. Could you please provide clarification or guidance on why the NGINX Ingress Controller isn't properly associating targets with the load balancer?
I intend to use the Gateway API to expose my services and have created the following resources accordingly:
And right below I also attempted to create a custom service that I expect to be a target for the LoadBalancer service:
Request for Assistance:
Could you please provide clarification or guidance on the following?
Thank you
The text was updated successfully, but these errors were encountered: