k8s nodes need ipv4 forwarding enabled
Opened this issue · 0 comments
andschneider commented
The nodes weren't able to resolve other notes without the IP forwarding configured.
To fix:
- modify the
/etc/sysctl
file and uncomment out the line#net.ipv4.ip_forward=1
Additionally, to modify it without rebooting: run sudo sysctl net.ipv4.ip_forward=1