Skip to content

Commit 1b80d06

Browse files
Merge pull request #263780 from CocoWang-wql/patch-55
Update use-managed-identity.md
2 parents 137a0d3 + 1d0786e commit 1b80d06

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 a managed identity and you change that identity, for example, updating from a system-assigned identity to a user-assigned identity, or updating to a different user-assigned identity, there's a delay for the control plane components to switch to the new identity. The control plane components continue using the old identity until its token expires. After the token refreshes, the control plane switches 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)