You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/use-kms-etcd-encryption.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,11 +59,6 @@ az provider register --namespace Microsoft.ContainerService
59
59
60
60
## Limitations
61
61
62
-
> [!WARNING]
63
-
> Deleting the key or the Azure Key Vault is not supported and will cause your cluster to become unstable.
64
-
>
65
-
> If you need to recover your Key Vault or key, see the [Azure Key Vault recovery management with soft delete and purge protection](../key-vault/general/key-vault-recovery.md?tabs=azure-cli) documentation.
66
-
67
62
The following limitations apply when you integrate KMS etcd encryption with AKS:
68
63
69
64
* Disabling of the KMS etcd encryption feature.
@@ -78,6 +73,11 @@ The following limitations apply when you integrate KMS etcd encryption with AKS:
78
73
79
74
## Create a KeyVault and key
80
75
76
+
> [!WARNING]
77
+
> Deleting the key or the Azure Key Vault is not supported and will cause your cluster to become unstable.
78
+
>
79
+
> If you need to recover your Key Vault or key, see the [Azure Key Vault recovery management with soft delete and purge protection](../key-vault/general/key-vault-recovery.md?tabs=azure-cli) documentation.
80
+
81
81
Use `az keyvault create` to create a KeyVault.
82
82
83
83
```azurecli
@@ -152,5 +152,9 @@ az aks update --name myAKSCluster --resource-group MyResourceGroup --enable-azur
0 commit comments