Keerthan Reddy Mala
Keerthan Reddy Mala
i can get it this week
Autoscaled K8s Nodes are not added to target group automatically with externaltrafficpolicy as local
This is because of a bug in upstream https://github.com/kubernetes/kubernetes/issues/117375 and is resolved in https://github.com/kubernetes/kubernetes/pull/117388
Autoscaled K8s Nodes are not added to target group automatically with externaltrafficpolicy as local
yes, it is solved in both 1.26 and 1.27. The issue is not in 1.25 from what i found.
I couldn't reproduce the issue, can you share the service specification which you are using for this?
Thanks for sharing but unfortunately i couldn't reproduce with similar configs? Is the issue consistent for you?
When you create a service of type load balancer, the routing for the LB is done using the instance IP's and node ports and thereby rely on the kube proxy...
/assign @M00nF1sh @oliviassss
the changes looks small as we want to support wild card for all namespaces and don't see any issue with supporting this. let me check if any one can work...