mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-08 06:01:12 +02:00
If disk is empty and ISO path is given, QEMU provisioner mounts ISO on the first boot. To drop into maintenance mode: ``` talosctl cluster create --provisioner=qemu --iso-path=./_out/talos-amd64.iso --skip-injecting-config --wait=false ``` Then inject the config, bootstrap the node, wait for it to come up (via `talosctl cluster health`). Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>