Skip to content

Commit e48c560

Browse files
authored
Update use-kms-etcd-encryption.md
1 parent e90f9a4 commit e48c560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/use-kms-etcd-encryption.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Key Management Service (KMS) etcd encryption in Azure Kubernetes Serv
33
description: Learn how to use the Key Management Service (KMS) etcd encryption with Azure Kubernetes Service (AKS)
44
services: container-service
55
ms.topic: article
6-
ms.date: 01/17/2023
6+
ms.date: 02/20/2023
77
---
88

99
# Add Key Management Service (KMS) etcd encryption to an Azure Kubernetes Service (AKS) cluster
@@ -339,7 +339,7 @@ Use the following command to disable KMS on existing cluster.
339339
az aks update --name myAKSCluster --resource-group MyResourceGroup --disable-azure-keyvault-kms
340340
```
341341

342-
Use the following command to update all secrets. Otherwise, the old secrets will still be encrypted with the previous key. For larger clusters, you may want to subdivide the secrets by namespace or script an update.
342+
Use the following command to update all secrets. Otherwise, the old secrets will still be encrypted with the previous key and the encrypt/decrypt permission on key vault is still required. For larger clusters, you may want to subdivide the secrets by namespace or script an update.
343343

344344
```azurecli-interactive
345345
kubectl get secrets --all-namespaces -o json | kubectl replace -f -

0 commit comments

Comments
 (0)