Skip to content

Commit

Permalink
docs: fix typo for stage flag
Browse files Browse the repository at this point in the history
docs mentioned `--staged` flag, but should be `--stage`

Signed-off-by: Branden Cash <ammmze@gmail.com>
  • Loading branch information
ammmze authored and talos-bot committed Apr 1, 2021
1 parent a43acb2 commit 7bcb91a
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/upgrading-talos.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ There is an option to this command: `--preserve`, which can be used to explicitl
In most cases, it is correct to just let Talos perform its default action.
However, if you are running a single-node control-plane, you will want to make sure that `--preserve=true`.

If Talos fails to run the upgrade, the `--staged` flag may be used to perform the upgrade after a reboot
If Talos fails to run the upgrade, the `--stage` flag may be used to perform the upgrade after a reboot
which is followed by another reboot to upgraded version.

<!--
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/v0.9/Guides/upgrading-talos.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ There is an option to this command: `--preserve`, which can be used to explicitl
In most cases, it is correct to just let Talos perform its default action.
However, if you are running a single-node control-plane, you will want to make sure that `--preserve=true`.

If Talos fails to run the upgrade, the `--staged` flag may be used to perform the upgrade after a reboot
If Talos fails to run the upgrade, the `--stage` flag may be used to perform the upgrade after a reboot
which is followed by another reboot to upgraded version.

<!--
Expand Down

0 comments on commit 7bcb91a

Please sign in to comment.