-
I have a bare-metal Talos cluster (3 control plane, 1 worker, Talo 1.9) and I wanted to have storage for persistent volumes. I installed an extra NVMe device in the worker node and need help setting it up. I looked through the admin guides and in the generated machine config and have some idea how to do it. In broad strokes:
Step 2 and 3 would be done by Do those steps look more or less correct, or are there other concepts at play? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, it will, and that's the way right now. Talos 1.10 should provide a more flexible way. Changing
No need to reboot (or Talos will reboot automatically).
Strategic merge patches are easier, so use them.
Yes, if you want just "raw" storage. You can use extra NVMe disks for Ceph/OpenEBS, this way you don't need to partition and mount them directly, and storage subsystem will take care of managing it, replicating, etc. |
Beta Was this translation helpful? Give feedback.
Yes, it will, and that's the way right now. Talos 1.10 should provide a more flexible way. Changing
.machine.disks
will trigger a reboot and formatting.bind
mount propagates bound from the host down to thekubeler
,rshared
is mount propagation, …