cloud-provider-kubevirt icon indicating copy to clipboard operation
cloud-provider-kubevirt copied to clipboard

Support Local ExternalTrafficPolicy

Open hdurand0710 opened this issue 2 years ago • 20 comments

As mentioned in this ticket: https://github.com/kubevirt/cloud-provider-kubevirt/issues/15, EnsureLoadBalancer can only support an ExternalTrafficPolicy=Cluster. It would also require:

  • Do not label the proxy pod/VMI where actual pod does not exist
  • React on endpoint updates (if the actual pod is rescheduled on a different node)

Is there a plan to fix this issue to have ExternalTrafficPolicy=Local work ? We for example have this ticket opened https://github.com/kubermatic/kubermatic/issues/9022 by our customer that would like to use the Local externalTrafficPolicy.

hdurand0710 avatar Feb 18 '22 13:02 hdurand0710