Replies: 1 comment 6 replies
-
I don't know anything about Hyperstack but it doesn't appear you can upload your own disk image to their platform. In that case you can try the steps to "take over" an ubuntu system with the steps here These are untested by us and you probably don't need all of the static network config but if you're able to kexec to talos, install talos, and then reset the config (I forget the flag) you should be able to snapshot the volume and re-use that for other VMs. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to try to deploy Talos on top of Hyperstack, but I’m currently struggling to determine the best process to follow.
From what I understand, the image can be created either by taking a snapshot of the current VM or by using a bootable volume.
I was initially considering using the existing documentation for Hetzner as a reference — for example: https://www.talos.dev/v1.9/talos-guides/install/cloud-platforms/hetzner/. However, it seems that this approach might not be applicable to Hyperstack, since it lacks support for rescue mode, Packer, or similar utilities.
At this point, it looks like the only potentially viable approach is the one I shared here: #10737. That said, I’m still unclear on how to proceed in a way that allows me to apply machine configurations via user-data, or a similar mechanism.
Any advice or suggestions would be greatly appreciated. If this approach ends up working, I’d be more than happy to contribute a guide for the Talos documentation.
Beta Was this translation helpful? Give feedback.
All reactions