mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-13 21:41:56 +01:00
Support dropping into a very minimal debug shell. ```bash sudo -E --preserve-env=HOME _out/talosctl-linux-amd64 cluster create --provisioner=qemu $REGISTRY_MIRROR_FLAGS --controlplanes=1 --workers=0 --with-bootloader=false --with-debug-shell ``` Co-authored-by: Dmitry Sharshakov <dmitry.sharshakov@siderolabs.com> Signed-off-by: Noel Georgi <git@frezbo.dev> Signed-off-by: Dmitry Sharshakov <dmitry.sharshakov@siderolabs.com>