Skip to content

Conversation

@TheAifam5
Copy link
Contributor

No description provided.

@TheAifam5
Copy link
Contributor Author

Not sure about this - not complete yet. Let me know if I am thinking right.

dhcpOptions = {
ipv4 = var.talos_public_ipv4_enabled
ipv6 = false
ipv6 = var.talos_public_ipv6_enabled
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hetzner does not support DHCPv6

@M4t7e
Copy link
Contributor

M4t7e commented Oct 18, 2025

Overall, it looks good so far. However, I’m not sure how to add an additional VIP to the Talos config:

vip = local.control_plane_public_vip_ipv4_enabled ? {
ip = local.control_plane_public_vip_ipv4
hcloud = {
apiToken = var.hcloud_token
}
} : null

This might require support to be added in Talos itself first.

@TheAifam5
Copy link
Contributor Author

Right, most likely blocked by siderolabs/docs#91

Signed-off-by: Mateusz Paluszkiewicz <theaifam5@gmail.com>
@TheAifam5 TheAifam5 force-pushed the feat/more-ipv6-stuff branch from 994bc20 to 985751e Compare October 18, 2025 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants