From 7e88dda27331c7abd3dd9c2bf161d109092af272 Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Sat, 2 Sep 2023 18:02:36 +0200 Subject: [PATCH] enc status --- content/posts/11-a-beautiful-gitops-day-1/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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.