Hetzner cloud userdata #4944
-
Hi, I followed the tutorial on how to make a cluster on Hetzner cloud - I had the Talos iso uploaded to my project, and then booted the control plane servers and workers using that. I loaded the configuration YAML files into the user data for the servers like the tutorial shows, but the servers didn't seem to pick it up. I had to manually apply the configuration to the servers, but this as far as I am aware is temporary and the config is stored in memory. Is there anything I have to do to make it read the config from Hetzner's user data provider? Any help would be appreciated. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello, ISO(CD) version uses metal platform by default. You can switch it in grub menu at boot time
Second way is create a VM and make snapshot. And use this snapshot to bootstrap new VMs. Third - use the hashicorp packer https://www.talos.dev/docs/v0.14/cloud-platforms/hetzner/#packer |
Beta Was this translation helpful? Give feedback.
Hello, ISO(CD) version uses metal platform by default. You can switch it in grub menu at boot time
Second way is create a VM and make snapshot. And use this snapshot to bootstrap new VMs.
https://www.talos.dev/docs/v0.14/cloud-platforms/hetzner/#rescue-mode
Third - use the hashicorp packer https://www.talos.dev/docs/v0.14/cloud-platforms/hetzner/#packer