Skip to content

Support DualStack load balancer in GatewayAPI service #4717

@sebhoss

Description

@sebhoss

We have a dual-stack cluster and want to set the ipFamilyPolicy of the generated Service to RequireDualStack. Currently that is not possible and the operator always sets this to SingleStack which allocates only an IPv4 address in our stack. Something like the following would be perfect:

apiVersion: operator.tigera.io/v1
kind: GatewayAPI
metadata:
  name: default
spec:
  gatewayClasses:
    - name: calico
      gatewayService:
        spec:
          ipFamilyPolicy: RequireDualStack

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions