kube-hetzner / terraform-hcloud-kube-hetzner

Optimized and Maintenance-free Kubernetes on Hetzner Cloud in one command!
MIT License
2.41k stars 372 forks source link

Fix: Output public ipv6 on single-node-clusters #1502

Closed mattanja closed 2 weeks ago

mattanja commented 1 month ago

For testing purposes I started the implementation of my cluster setup with a single-node cluster and added Hetzner DNS Api to update a domain to the cluster ingress ip. However for the single node setup, the IPv6 was not set, because the conditions were not met.

This PR fixes setting the IPv6 Addresses in the module output for single-node clusters (that do not have an external loadbalancer).