Unable to install k8s on IPv6-only node (or provisioning a node from a IPv6-only server) #1738
Unanswered
Maic-Rittmeier
asked this question in
Q&A
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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