projectcontour / contour-operator

Experimental repository to explore an operator for deploying Contour
Apache License 2.0
43 stars 34 forks source link

option to configure externalTrafficPolicy #407

Open r0bj opened 3 years ago

r0bj commented 3 years ago

Currently contour-operator is setting envoy service with:

externalTrafficPolicy: Local

It would be useful to be able to change that parameter, especially that currently externalTrafficPolicy: Local is causing some disruptions during envoy pod restarts/upgrades: https://github.com/kubernetes/kubernetes/issues/85643