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
We have a dual-stack cluster and want to set the
ipFamilyPolicyof the generatedServicetoRequireDualStack. Currently that is not possible and the operator always sets this toSingleStackwhich allocates only an IPv4 address in our stack. Something like the following would be perfect: