Merge pull request #3768 from dereknola/missing_warning

[K3s] Duplicate Warning HA K3s about not enabling secrets later
This commit is contained in:
Jen Travinski
2022-01-04 11:03:02 -05:00
committed by GitHub
@@ -87,7 +87,11 @@ The steps are the same for both embedded DB and external DB clusters.
To rotate secrets encryption keys on HA setups:
>**Note:** While not required, it is recommended that you pick one server node from which to run the `secrets-encrypt` commands.
>**Notes:**
>
> - Starting K3s without encryption and enabling it at a later time is currently *not* supported.
>
> - While not required, it is recommended that you pick one server node from which to run the `secrets-encrypt` commands.
- Start up all three K3s servers with the `--secrets-encryption` flag. For brevity, the servers will be referred to as S1, S2, S3.