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

IPv6 Forwarding Not Enabled #2427

Open
soriaj opened this issue Dec 3, 2021 · 1 comment
Open

IPv6 Forwarding Not Enabled #2427

soriaj opened this issue Dec 3, 2021 · 1 comment
Labels

Comments

@soriaj
Copy link

soriaj commented Dec 3, 2021

Description

Install of a kURL cluster does not set IPv6 forwarding.

Reproduction Steps

On an IPv6 node run curl https://kurl.sh/f7deea4 | sudo bash

Expected Behavior

IPv6 forwarding on IPv6 node(s) should be set to 1 during install.

Additional Information

Setting can be set in the kubernetes_sysctl_config function inside kURL script

if ! cat /etc/sysctl.conf | grep "^net.ipv6.conf.all.forwarding" | tail -n1 | grep -Eq "^net.ipv6.conf.all.forwarding\s*=\s*1"; then
    echo "net.ipv6.conf.all.forwarding = 1" >> /etc/sysctl.conf
fi
@marccampbell
Copy link
Member

@areed do you want to take a look at this?

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

No branches or pull requests

3 participants