Nginx attributes for connecting with AWS NLB not being applied to NLB instance #3991
Labels
kind/bug
Categorizes issue or PR as related to a bug.
triage/needs-information
Indicates an issue needs more information in order to work on it.
Hello 😄
currently I'm facing an issue regarding applying the helm chart values of a ingress-nginx controller connected to the AWS NLB using service annotations in EKS. My current values.yaml file for the nginx-ingress look like this:
They look correct to me from outside, however on the
terraform apply
command of a helm release with this values the load balancer fails to enable cross zone load balancing, I managed to overcome this using an alternative annotation which still works apparently, even thou in the latest docs it is said to be deprecated. Link to the annotation: service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabledThe issue I am specifically having is the deletion protection argument/annotation, which I would really like to have on the infrastructure.
I'm using an EKS cluster version 1.30.
Latest ingress nginx helm chart version from: https://kubernetes.github.io/ingress-nginx.
Any help would be much appreciated, even thou it seems like a really simple issue 😅
The text was updated successfully, but these errors were encountered: