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
Restart rke2 services on etcd node (leader node) first and then rest of the cp nodes.
sudo rke2 secrets-encrypt status
Validation Results:
rke2 version used for validation:
> rke2 -v
rke2 version v1.28.9-rc3+rke2r1 (df952375a60c353d2eb8690fc96fa1aa6e681f65)
> kubectl get nodes
NAME STATUS ROLES AGE VERSION
ip-172-31-0-97 Ready control-plane,master 10m v1.28.9+rke2r1
ip-172-31-10-96 Ready control-plane,master 10m v1.28.9+rke2r1
ip-172-31-15-78 Ready etcd 10m v1.28.9+rke2r1
ip-172-31-8-86 Ready <none> 9m45s v1.28.9+rke2r1
Rotate-keys:
ec2-user@ip-172-31-10-96:~> sudo /usr/local/bin/rke2 secrets-encrypt rotate-keys
keys rotated, reencryption started
ec2-user@ip-172-31-10-96:~> sudo /usr/local/bin/rke2 secrets-encrypt status
Encryption Status: Enabled
Current Rotation Stage: reencrypt_finished
Server Encryption Hashes: hash does not match between ip-172-31-0-97 and ip-172-31-10-96
Restart rke2 services on etcd node (leader node) first and then rest of the cp nodes.
> sudo /usr/local/bin/rke2 secrets-encrypt status
Encryption Status: Enabled
Current Rotation Stage: reencrypt_finished
Server Encryption Hashes: All hashes match
Active Key Type Name
------ -------- ----
* AES-CBC aescbckey-2024-04-25T21:27:05Z
Backport fix for secrets-encrypt rotate-keys is not working since the metics server output is not as expected
The text was updated successfully, but these errors were encountered: