kube-hetzner / terraform-hcloud-kube-hetzner

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

[Bug]: Can the controle plane load balancer forward traffic to the controle plane nodes? #1553

Open cedric-lovit opened 3 hours ago

cedric-lovit commented 3 hours ago

Description

I can reach the nodes via their public ip I can't reach the controle plane via the load balancer's public ip The targets are healthy, but I assume they use the public ips for that?

The subnet of my load balancer is: 10.255.0.0/16 while the nodes are running on private network 10.253.0.0

Kube.tf file

Default kubeconfig file with:

  use_control_plane_lb = true
  control_plane_lb_type = "lb11"
  control_plane_lb_enable_public_interface = true
  kubeconfig_server_address = "cluster.${var.domain}"

Screenshots

No response

Platform

Mac

cedric-lovit commented 2 hours ago

Or do I need SSL to be set up?