Talos PXE question (RPi4) #5021
-
I'm trying to work through a method for running Talos via netboot on normal Raspberry PI4s. I've been working through Sidero but it has a lot complexities due to the way RPI's boot. In the end it would be easier to just flash the cards with Talos to begin with. I'm also not super keen on running a separate cluster just for Sidero. I'm happy to and capable of configuring a separate PXE server but ran into some challenges mapping the (6?) partitions in the talos image. Does anyone have any pointers there? How does Sidero do that? I crawled through their GitHub but I'll be danged if I can find the code. I'm happy to RTFM but have sort of hit a wall after several hours of Googling and experimenting. Based on this question I'm also curious if netboot would still require an SD in the PI? Any pointers are greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yes, talos would need an SD card or a storage disk in order for kubernetes to store data (Talos operating system itself runs in memory, but the kubernetes need storage). If you want to just set an external PXE server you can use the |
Beta Was this translation helpful? Give feedback.
Yes, talos would need an SD card or a storage disk in order for kubernetes to store data (Talos operating system itself runs in memory, but the kubernetes need storage). If you want to just set an external PXE server you can use the
initrd
andkernel
images for ARM64 from the releases page