Skip to content

Commit 8b717d4

Browse files
authored
Update use-managed-identity.md
1 parent 0639036 commit 8b717d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/aks/use-managed-identity.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: article
55
ms.custom:
66
- devx-track-azurecli
77
- ignite-2023
8-
ms.date: 07/31/2023
8+
ms.date: 01/22/2024
99
---
1010

1111
# Use a managed identity in Azure Kubernetes Service (AKS)
@@ -59,6 +59,8 @@ AKS uses several managed identities for built-in services and add-ons.
5959

6060
> [!NOTE]
6161
> AKS creates a user-assigned kubelet identity in the node resource group if you don't [specify your own kubelet managed identity][use-a-pre-created-kubelet-managed-identity].
62+
>
63+
> If your cluster already uses managed identity and the identity has been changed, for example, updating cluster identity type from system-assigned identity to user-assigned identity, or updating to a different user-assigned identity, it will have a delay for control plane components to switch to use new identity. Control plane components will keep using the old identity until its token is expired, after the token is refreshed, they will switch to use the new identity, this process can take several hours.
6264
6365
1. Create an Azure resource group using the [`az group create`][az-group-create] command.
6466

0 commit comments

Comments
 (0)