Disable ControlPlane LoadBalancer on existing cluster #798
Unanswered
Preisschild
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I currently have an existing cluster with a control-plane loadbalancer. Since creating the cluster, I switched to DNS load balancing.
Now I wanted to delete the old LB and set
spec.controlPlaneLoadBalancer.enabled
in theHetznerCluster
resource tofalse
. This failed withspec.controlPlaneLoadBalancer.enabled: Invalid value: false: field is immutable
.Can I somehow disable the LoadBalancer without deleting the whole cluster?
Beta Was this translation helpful? Give feedback.
All reactions