Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cedric-lovit opened this issue Nov 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@cedric-lovit
Copy link

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 cedric-lovit added the bug Something isn't working label Nov 15, 2024
@cedric-lovit
Copy link
Author

Or do I need SSL to be set up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant