1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-16 15:10:12 +00:00
Files
rke/cmd
Jiaqi Luo 9395426834 Problem:
RKE will panic if we enable rotate_encryption_key but disable secrets_encryption_config when creating a cluster. The panic happens because RKE tries to use the rkeConfig, which does not exist. The rkeConfig will be made after the rke up command succeeds.
Solution:
Skip the rotateEncryptionKey operation when creating a new cluster. Also, In this case, keys are just made for the first time, so there is no need to rotate them.
2022-02-16 17:37:53 -07:00
..
2020-08-04 13:13:43 +02:00
2020-07-11 23:29:33 -07:00
2022-02-16 17:37:53 -07:00
2020-09-08 21:33:06 -07:00
2022-02-16 17:37:53 -07:00
2021-06-06 14:20:54 +02:00
2019-09-03 13:13:34 -07:00