Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-1.22] Support dual-stack in klipper-lb #4100

Closed
manuelbuil opened this issue Sep 28, 2021 · 3 comments
Closed

[release-1.22] Support dual-stack in klipper-lb #4100

manuelbuil opened this issue Sep 28, 2021 · 3 comments
Assignees
Milestone

Comments

@manuelbuil
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Dual-stack services in load-balanced mode are not working because klipper-lb does not support it:

+ iptables -t nat -I PREROUTING '!' -s 2001:cafe:42:1::def/32 -p TCP --dport 8080 -j DNAT --to 2001:cafe:42:1::def:8080
iptables v1.6.2: Port `cafe:42:1::def:8080' not valid

Describe the solution you'd like

klipper-lb is able to apply an ipv6 config

Additional context

#1405

@rancher-max
Copy link
Contributor

Validated the config at /proc/sys/net/ipv6/conf/all/forwarding inside the pods matches the host (both set to 1) using v1.22.2-rc1+k3s2 and the current validated ipv6 functionality continues to work.

@manuelbuil manuelbuil reopened this Oct 5, 2021
@manuelbuil
Copy link
Contributor Author

There is a PR missing to properly test this :) ==> #4114

@ShylajaDevadiga
Copy link
Contributor

Validated in the new rc v1.22.3-rc3+k3s1 #4021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants