From 4d7fc25f8bf20d4489080795a3d0ce0dfb1bc6b8 Mon Sep 17 00:00:00 2001 From: Justin Garrison Date: Tue, 26 Aug 2025 14:22:54 -0700 Subject: [PATCH] docs: switch order of wipe disk command Corrected order based on talosctl subcommands. Signed-off-by: Justin Garrison --- website/content/v1.11/introduction/what-is-new/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/v1.11/introduction/what-is-new/index.md b/website/content/v1.11/introduction/what-is-new/index.md index 2fbb72bb5..8d399b849 100644 --- a/website/content/v1.11/introduction/what-is-new/index.md +++ b/website/content/v1.11/introduction/what-is-new/index.md @@ -39,7 +39,7 @@ So, if the `STATE` volume is wiped or replaced, the volume encryption key will n ### Disk Wipe -Talos now supports `talosctl disk wipe` command in maintenance mode (`talosctl disk wipe --insecure`). +Talos now supports `talosctl wipe disk` command in maintenance mode (`talosctl wipe disk --insecure`). ## SBOMs