Skip to content

Commit 91b89db

Browse files
committed
Clarify the usages of the k3s token CLI tool
Signed-off-by: manuelbuil <[email protected]>
1 parent 0e1989b commit 91b89db

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/cli/token.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,13 @@ K3s supports dynamically generated, automatically expiring agent [bootstrap toke
7474

7575
## k3s token
7676

77-
K3s bootstrap tokens use the same generation and validation code as `kubeadm token` bootstrap tokens, and the `k3s token` CLI is similar.
77+
The k3s token CLI tool handles:
78+
* The life cycle of bootstrap tokens, using the same generation and validation code as `kubeadm token` bootstrap tokens. Note that both CLIs are similar.
79+
* The rotation of the server token
7880

7981
```
8082
NAME:
81-
k3s token - Manage bootstrap tokens
83+
k3s token - Manage tokens
8284
8385
USAGE:
8486
k3s token command [command options] [arguments...]
@@ -88,7 +90,7 @@ COMMANDS:
8890
delete Delete bootstrap tokens on the server
8991
generate Generate and print a bootstrap token, but do not create it on the server
9092
list List bootstrap tokens on the server
91-
rotate Rotate original server token with a new bootstrap token
93+
rotate Rotate original server token with a new server token
9294
9395
OPTIONS:
9496
--help, -h show help

0 commit comments

Comments
 (0)