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
Node(s) CPU architecture, OS, and Version:
Ubuntu 22.04
Cluster Configuration:
Single or multi node
Describe the bug:
Log message on the console output need to be updated to restart rke2 instead of restart k3s
$ rke2 token rotate --token token1 --new-token=token2
WARNING: Recommended to keep a record of the old token. If restoring from a snapshot, you must use the token associated with that snapshot.
WARN[0000] Cluster CA certificate is not trusted by the host CA bundle, but the token does not include a CA hash. Use the full token from the server's node-token file to enable Cluster CA validation.
Token rotated, restart k3s with new token
Steps To Reproduce:
Install rke2
run rke2 token rotate --token token1 --new-token=token2 to change the server token
Expected behavior:
Token rotated, restart rke2 with new token
Actual behavior:
Token rotated, restart k3s with new token
Additional context / logs:
The text was updated successfully, but these errors were encountered:
As non-root user rke2 token rotate --token token1 --new-token=token2
Update config.yaml with new token
Restart rke2 service on all nodes
Reboot all nodes
Verify token is updated on every node, cluster is up and pods are in running state
Validated the log message on the console output displays correct distro
rke2 token rotate --token token1 --new-token=token2
WARNING: Recommended to keep a record of the old token. If restoring from a snapshot, you must use the token associated with that snapshot.
Token rotated, restart rke2 nodes with new token
Environmental Info:
RKE2 Version:
Commit: 45c2122
Node(s) CPU architecture, OS, and Version:
Ubuntu 22.04
Cluster Configuration:
Single or multi node
Describe the bug:
Log message on the console output need to be updated to
restart rke2
instead ofrestart k3s
$ rke2 token rotate --token token1 --new-token=token2
WARNING: Recommended to keep a record of the old token. If restoring from a snapshot, you must use the token associated with that snapshot.
WARN[0000] Cluster CA certificate is not trusted by the host CA bundle, but the token does not include a CA hash. Use the full token from the server's node-token file to enable Cluster CA validation.
Token rotated, restart k3s with new token
Steps To Reproduce:
Expected behavior:
Token rotated, restart rke2 with new token
Actual behavior:
Token rotated, restart k3s with new token
Additional context / logs:
The text was updated successfully, but these errors were encountered: