-
Is there a way to wipe and reformat a disk currently? If I define a disk with machineDisks object, it gets listed in volumes, but in failed state, with console message of filesystem mismatch (filesystem type mismatch: ext4 != xfs), this way kubelet stays in unhealthy state and machine is stuck in booting state.
Nothing happens, volume is not listed In talosctl get volumestatus, machine just boots like it does not know anything about that VolumeConfig document... Talos: 1.9.3 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Talos never formats Either way, |
Beta Was this translation helpful? Give feedback.
-
Thanks, I had outdated talosctl it seems, didn't have wipe command in it.
Basically substitutes this definition?
Or I'm not getting something? |
Beta Was this translation helpful? Give feedback.
Talos never formats
EPHEMERAL
asxfs
, so you should be doing something manually? Or attaching a non-empty disk.Either way,
talosctl wipe disk
might help you.