cluster-api-provider-gcp icon indicating copy to clipboard operation
cluster-api-provider-gcp copied to clipboard

Control-plane endpoint templating wrong port

Open BrennenMM7 opened this issue 8 months ago • 1 comments

/kind bug Hey guys, there is a bug in the new CAPG 1.7.0 release for internal load balancers. What seems to be occurring is that the internal forwarding rule is statically set to create ports for 6443 & 22623. However the API server control-plane endpoint is being forced to template with 443 so nodes are unable to join the cluster or communicate with the API server.

LoadBalancer Templating ControlPlane Endpoint Templating

What steps did you take and what happened: [A clear and concise description of what the bug is.] Simply create a new CAPG cluster with an internal loadbalancer/endpoint.

What did you expect to happen: Expected to see the forward rule match the controlplane endpoint port

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

Environment:

  • Cluster-api version: 1.7.1
  • Minikube/KIND version: Kind 0.23.0
  • Kubernetes version: (use kubectl version): 1.27.X
  • OS (e.g. from /etc/os-release): Ubuntu 2204

BrennenMM7 avatar Jun 24 '24 22:06 BrennenMM7