enc status

This commit is contained in:
2023-09-02 18:02:36 +02:00
parent e09cbb2cd1
commit 7e88dda273

View File

@ -377,6 +377,18 @@ module "hcloud_kube" {
{{< /highlight >}}
You can check the ETCD encryption status with `sudo k3s secrets-encrypt status`:
```txt
Encryption Status: Enabled
Current Rotation Stage: start
Server Encryption Hashes: All hashes match
Active Key Type Name
------ -------- ----
* AES-CBC aescbckey
```
#### Inputs
As input variables, you have the choice to use environment variables or separated `terraform.tfvars` file.