Issues with Applying Talos Linux Configuration on Remote VPS with Public IP #9051
-
Hi everyone, I'm trying to install and configure Talos Linux on a remote VPS that has both a private subnet and a public IP address. When I attempt to apply the configuration using the public IP, I encounter the following error: Here is command I'm running
I suspect that Talos is generating certificates that are only valid for local network IPs. How can I configure Talos Linux to work with my public IP address in this scenario? Here are the specifics of my setup:
Any advice or steps to resolve this issue would be greatly appreciated! Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
When Talos runs on a platform it knows about (e.g. AWS), it will automatically pull down the public IP from the cloud metadata and issue the correct certificate. I guess your provider is not supported by Talos, so you'd need to tell Talos about the address which is not attached to the VM by patching the machine configuration with this: machine:
certSANs:
- 87.228.17.99 |
Beta Was this translation helpful? Give feedback.
When Talos runs on a platform it knows about (e.g. AWS), it will automatically pull down the public IP from the cloud metadata and issue the correct certificate.
I guess your provider is not supported by Talos, so you'd need to tell Talos about the address which is not attached to the VM by patching the machine configuration with this: