Skip to content

IPv6 first Dualstack bootstrap #1202

Answered by abasitt
abasitt asked this question in Q&A
Jan 19, 2024 · 1 comments · 6 replies
Discussion options

You must be logged in to vote

In summary I added below in the template to make it work.

 kube-apiserver-arg:
    - "bind-address=::"
    - "--advertise-address={{ kubeapi_addr }}"

k3s_registration_address: "[{{ kubeapi_addr }}]"

kubelet-arg: - "node-ip=::"

I believe it's a more advance use-case, so won't really recommend for beginners.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@abasitt
Comment options

@onedr0p
Comment options

@abasitt
Comment options

@abasitt
Comment options

Answer selected by onedr0p
@onedr0p
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1200 on January 19, 2024 12:45.