Deploy new k3s cluster, keep existent Load Balancer #253
-
Hello and good afternoon! I have a common request form my customers to keep our endpoints with static IP. As the process to whitelist them is very timing consuming. In some cases we need to delete our cluster and create a new one with all its services. I am having trouble to then, force the new cluster to use an existing hetzner LB (so I can use a known Public IP). Is there any suggestion or support to inform the name/IP of an existent Hetzner LB? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
HI :) As far I as I know there is no way to "reserve" an IP address in Hetzner Cloud. But I'd try to confirm with support to be sure. |
Beta Was this translation helpful? Give feedback.
-
I guess i should be possible if you mean the lb for services. In ingress controller config you can set the name of the lb, if its already exist this one will used. I think I did that before. I also lock my lbs to prevent deleting via hetzner api when delete or reconfigure kube components. |
Beta Was this translation helpful? Give feedback.
I guess i should be possible if you mean the lb for services. In ingress controller config you can set the name of the lb, if its already exist this one will used. I think I did that before. I also lock my lbs to prevent deleting via hetzner api when delete or reconfigure kube components.
If it's time I'll try it tomorrow.