Skip to content

Commit

Permalink
Update token page with new k3s token rotate command
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Nov 21, 2023
1 parent 7752246 commit ab9edd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/cli/token.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ Flag | Description

#### `k3s token rotate`

Rotate original server token with a new bootstrap token. After running this command, you must restart all servers with the new token.
Rotate original server token with a new bootstrap token. After running this command, all servers and any agents that originally joined with the old token must be restarted with the new token.

If you do not specify a new token, one will be generated for you.

Flag | Description
---- | ----
Expand Down

0 comments on commit ab9edd5

Please sign in to comment.