Skip to content

Get Traefik to serve IPv6 traffic in dual-stack setup #5003

Answered by strayer
strayer asked this question in Q&A
Discussion options

You must be logged in to vote

In case anyone is having the same problem, this helm chart config seems to have made Traefik dual-stack aware:

# /var/lib/rancher/k3s/server/manifests/traefik-config.yaml
apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
  name: traefik
  namespace: kube-system
spec:
  valuesContent: |-
    service:
      spec:
        ipFamilyPolicy: RequireDualStack

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by strayer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant