helm upgrade traefik dual-stack ipv6 is removed for traefik service #10683
-
Installed k3s with traefik enabled in dual stack , no issue k3s --version
k3s version v1.30.3+k3s1 (f6466040)
go version go1.22.5 What has gone wrong ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
The new traefik service is not configured for dual-stack spec:
ipFamilyPolicy: PreferDualStack
ipFamilies:
- IPv6
- IPv4 Testing the service with |
Beta Was this translation helpful? Give feedback.
-
we can use helm upgrade, modifying the key we need,
## One of SingleStack, PreferDualStack, or RequireDualStack.
ipFamilyPolicy: RequireDualStack
ipFamilies:
- IPv4
- IPv6
ipFamilyPolicy: RequireDualStack NOTE
the error is not describe enough , it should like Error: UPGRADE FAILED: "traefik" has no deployed releases in "default" namespace |
Beta Was this translation helpful? Give feedback.
Don't do that. Customize the chart values as described in the documentation.
https://docs.k3s.io/helm#customizing-packaged-components-with-helmchartconfig