How to map between AWS private IP address and public IP address? #9125
smulikHakipod
started this conversation in
General
Replies: 1 comment 3 replies
-
I'm not quite sure what you're asking about, if you run AWS image of Talos, it learns its public IP from AWS metadata service. It also depends on what exactly you're trying to advertise, and what fails exactly. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I am trying to create a control plane between the same region AWS / Hetnzer.
Hetnzer are mapping the public IP to the VM interface, which is great - talos is able to determine the right IP address.
AWS are mapping virtual private IPs to Public IPs, meaning talos using the private IP. It means talos is falling to join the AWS machine as its trying to contact its private IP instead of Public.
Is there a way to tell talos to use the public IP in AWS and not the 172.x.x.x IP when advertising its IP to rest of the cluster?
Beta Was this translation helpful? Give feedback.
All reactions