contour-operator icon indicating copy to clipboard operation
contour-operator copied to clipboard

Make LoadBalancerStrategy Optional

Open danehans opened this issue 4 years ago • 1 comments

Please describe the problem you have Currently, "LoadBalancerStrategy" is being defaulted for Envoy network publishing. This is fine when using the "LoadBalancerService" type (default), but does not make sense when using other network publishing types. For example (NodePortService):

spec:
  namespace:
    name: projectcontour
    removeOnDeletion: false
  networkPublishing:
    envoy:
      containerPorts:
      - name: http
        portNumber: 8080
      - name: https
        portNumber: 8443
      loadBalancer:
        providerParameters:
          type: AWS
        scope: External
      type: NodePortService
  replicas: 2

danehans avatar Mar 25 '21 21:03 danehans

Requires https://github.com/projectcontour/contour-operator/issues/386

danehans avatar Jun 16 '21 19:06 danehans