Skip to content

Commit d77aff6

Browse files
miwithrosozercan
andauthored
Update articles/aks/use-kms-etcd-encryption.md
Co-authored-by: Sertaç Özercan <[email protected]>
1 parent 1f01618 commit d77aff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ az aks create --name myAKSCluster --resource-group MyResourceGroup --assign-iden
142142

143143
## Update an exiting AKS cluster to enable KMS etcd encryption
144144

145-
Use `az aks update` with the `-enable-keyvault-kms` and `--azure-keyvault-kms-key-id` parameters to enable KMS etcd encryption on an existing cluster.
145+
Use `az aks update` with the `--enable-keyvault-kms` and `--azure-keyvault-kms-key-id` parameters to enable KMS etcd encryption on an existing cluster.
146146

147147
```azurecli-interactive
148148
az aks update --name myAKSCluster --resource-group MyResourceGroup --enable-azure-keyvault-kms --azure-keyvault-kms-key-id $KEY_ID

0 commit comments

Comments
 (0)