You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i can able to deploy the private Nlb, but want to change the idle timeout of the nlb to some custom value using the below annotation, which is not working for me . Any idea here anything i am missing still here ??
service.beta.kubernetes.io/aws-load-balancer-listener-attributes.TCP-9094: tcp.idle_timeout.seconds=4000
below all are my kubernetes service annotations .
NLB has TCP listener at 9094 port and We are using redhat aws load balancer operator to handle these load balancer deployments . version is: 1.0.1 provided by Red Hat Inc also updated the iam role policy still the attributes modifying is not working . My full config is below
@L040639 I have tried your manifest, it seems to be working for me. Do you see any errors in the logs for modifying listener attributes calls? Also can you share please the model that is built for your svc by controller? You should be able to find that in the logs too.
i can able to deploy the private Nlb, but want to change the idle timeout of the nlb to some custom value using the below annotation, which is not working for me . Any idea here anything i am missing still here ??
service.beta.kubernetes.io/aws-load-balancer-listener-attributes.TCP-9094: tcp.idle_timeout.seconds=4000
below all are my kubernetes service annotations .
NLB has TCP listener at 9094 port and We are using redhat aws load balancer operator to handle these load balancer deployments . version is: 1.0.1 provided by Red Hat Inc also updated the iam role policy still the attributes modifying is not working . My full config is below
The text was updated successfully, but these errors were encountered: