You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The k3s CLI tool outputs the following when using --help:
NAME:
k3s token - Manage bootstrap tokens
USAGE:
k3s token command [command options] [arguments...]
COMMANDS:
create Create bootstrap tokens on the server
delete Delete bootstrap tokens on the server
generate Generate and print a bootstrap token, but do not create it on the server
list List bootstrap tokens on the server
rotate Rotate original server token with a new bootstrap token
OPTIONS:
--help, -h show help
4 of the listed actions (create, delete, generate and list) relate to bootstrap tokens. However, the action "rotate" does not. This actions rotate the server token, which has nothing to do with the bootstrap tokens.
Therefore, there are two wrong sentences there:
1 - k3s token - Manage bootstrap tokens ===> Not 100% correct because rotate has nothing to do with bootstrap tokens
2 - rotate Rotate original server token with a new bootstrap token ===> This is wrong because it does not create a new bootstrap token
Steps To Reproduce:
Installed K3s:
Execute k3s token and read the description
Expected behavior:
Actual behavior:
Additional context / logs:
The text was updated successfully, but these errors were encountered:
Environmental Info:
K3s Version:
Node(s) CPU architecture, OS, and Version:
Cluster Configuration:
Describe the bug:
The k3s CLI tool outputs the following when using
--help
:4 of the listed actions (create, delete, generate and list) relate to bootstrap tokens. However, the action "rotate" does not. This actions rotate the server token, which has nothing to do with the bootstrap tokens.
Therefore, there are two wrong sentences there:
1 -
k3s token - Manage bootstrap tokens
===> Not 100% correct becauserotate
has nothing to do with bootstrap tokens2 -
rotate Rotate original server token with a new bootstrap token
===> This is wrong because it does not create a new bootstrap tokenSteps To Reproduce:
Execute
k3s token
and read the descriptionExpected behavior:
Actual behavior:
Additional context / logs:
The text was updated successfully, but these errors were encountered: