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
When trying to use the Helm chart with a Service of type NodePort, it would be beneficial being able to set the externalTrafficPolicy setting through the values.yml file. Currently this is hardcoded to Local. Setting it to Cluster allows to make use of the traffic proxying feature between compute nodes of the cluster.
Hi @ehlo550, you will indeed loose the IP information, if the traffic doesn't hit a pod on the same compute node you are connecting to. However having this configurable wouldn't require putting an additional LB in front (e.g. if MetalLB is not an option) since the cluster will take care about distributing the incoming traffic to active pods all over the cluster.
Hi,
When trying to use the Helm chart with a Service of type NodePort, it would be beneficial being able to set the
externalTrafficPolicy
setting through thevalues.yml
file. Currently this is hardcoded toLocal
. Setting it toCluster
allows to make use of the traffic proxying feature between compute nodes of the cluster.Is there any reason this is currently hardcoded?
Thanks!
The text was updated successfully, but these errors were encountered: