Skip to content

Commit 1d0786e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/use-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ AKS uses several managed identities for built-in services and add-ons.
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].
6262
>
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.
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.
6464
6565
1. Create an Azure resource group using the [`az group create`][az-group-create] command.
6666

0 commit comments

Comments
 (0)