Use floating IP addresses for nodes #329
Replies: 1 comment 1 reply
-
I believe I replied to the issue already but for others: this requires a big effort for a very specific use case, so I am not planning on working on this for the time being. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During cluster creation, is it possible to configure Hetzner to use Floating IP addresses for nodes? The reason is I use whitelisting of the
node IP address for access to Azure services, Kong Whitelisting etc. For now, I have the IP hardcoded but when it changes, I need to update and redeploy several services. If I could use a Floating IP, I believe that I could use that for whitelisting a node and then it would not matter if the actual IP address changes.
Ideally this would be done as part of the YAML configuration as I am trying to avoid any manual intervention.
Beta Was this translation helpful? Give feedback.
All reactions