Unable to install k8s on IPv6-only node (or provisioning a node from a IPv6-only server) #1738
Replies: 2 comments
-
There are some other discussion threads about ipv6 only nodes. The primary blocker for this is github's lack of ipv6 support, which was one of the issues you encountered. To the maintainers of this repo, do you think it would be worth mentioning in the readme that ipv6-only nodes do not really work? I know for myself I went down this rabbit hole since hetzner gives a discount for not using ipv4, but quickly found it not to be worth the 80 cents. |
Beta Was this translation helpful? Give feedback.
-
A workaround is using an IPv6 proxy to GitHub: Maybe the maintainers decide if they want to offer that functionality for IPv6-only clusters. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using kube-hetzner module v2.17.1.
When defining a control plane nodepool with disabling ipv4 like this:
I got following error during
apply
:This seems to be a problem that the host gitlab.com could not reached from the ipv6 only node.
k3s-control-plane-fsn1-pyg:~ # ping -6 github.com
Are there any workarounds to get this setup running?
PS: I need this ipv6 only setup, because my previous issue was the initial provisioning from here:
This initial ssh connection was not possible from our gitlab-runner instance (also using ipv6 only). The issue here is, when setting
disable_ipv4 = false
, theself.pv4_address
is always uses to connect to the node via ssh.Beta Was this translation helpful? Give feedback.
All reactions