diff --git a/content/posts/11-a-beautiful-gitops-day-1/index.md b/content/posts/11-a-beautiful-gitops-day-1/index.md index 6d55a59..dc1bb9c 100644 --- a/content/posts/11-a-beautiful-gitops-day-1/index.md +++ b/content/posts/11-a-beautiful-gitops-day-1/index.md @@ -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.