-
|
I am attempting to get a Talos cluster running on a Turing Pi cluster using Turing RK1 compute modules. I have successfully booted the cluster but it did not install as I was expecting. I am looking for some clarifications on the config options. Each of my 4 nodes has 32GB eMMC onboard and a 256GB NVMe drive attached. I flashed the Talos disk image onto the eMMC of each node and booted them. I then ran ...
install:
disk: /dev/nvme0n1
image: factory.talos.dev/metal-installer/85f683902139269fbc5a7f64ea94a694d31e0b3d94347a225223fcbd042083ae:v1.10.4
wipe: true
...I expected this to install the cluster onto the NVMe drives but running
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
I guess the confusion comes from the fact that Talos has never been installed actually, you just copied the disk image onto your So you have several options now:
Please note that you would need to wipe existing installation before going with any of the options above. |
Beta Was this translation helpful? Give feedback.
I guess the confusion comes from the fact that Talos has never been installed actually, you just copied the disk image onto your
mmcblkdevice, so Talos considers itself being installed.So you have several options now:
STATEpartition, but moveEPHEMERALto NVMe: https://www.talos.dev/v1.10/talos-guides/configuration/disk-management/#ephemeral-volumePlease note that you would need to wipe existing installation before going with any of the options above.