Skip to content

Commit

Permalink
docs: fixup typo in encryption guide command
Browse files Browse the repository at this point in the history
Fixes a typo in a documented command for going from an unencrypted
EPHEMERAL partition to an encrypted one.

Signed-off-by: Brandon McNama <brandonmcnama@outlook.com>
  • Loading branch information
DWSR authored and talos-bot committed Apr 11, 2021
1 parent e3585f2 commit 94520b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/content/docs/v0.10/Guides/disk-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ talosctl apply-config -f config.yaml -n <node ip> --on-reboot
Wipe the partition you're going to encrypt:

```bash
talosctl reset --system-labels-to-wipe EPHEMERAL -n <none> --reboot=true
talosctl reset --system-labels-to-wipe EPHEMERAL -n <node ip> --reboot=true
```

That's it!
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/v0.9/Guides/disk-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ talosctl apply-config -f config.yaml -n <node ip> --on-reboot
Wipe the partition you're going to encrypt:

```bash
talosctl reset --system-labels-to-wipe EPHEMERAL -n <none> --reboot=true
talosctl reset --system-labels-to-wipe EPHEMERAL -n <node ip> --reboot=true
```

That's it!
Expand Down

0 comments on commit 94520b0

Please sign in to comment.