Skip to content

Commit a919525

Browse files
Merge pull request #217540 from CocoWang-wql/patch-20
Update use-managed-identity.md
2 parents 2d99d66 + afcd4bb commit a919525

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/aks/use-managed-identity.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use a managed identity in Azure Kubernetes Service
33
description: Learn how to use a system-assigned or user-assigned managed identity in Azure Kubernetes Service (AKS)
44
ms.topic: article
5-
ms.date: 09/27/2022
5+
ms.date: 11/08/2022
66
---
77

88
# Use a managed identity in Azure Kubernetes Service
@@ -175,7 +175,7 @@ A custom control plane managed identity enables access to be granted to the exis
175175

176176
> [!NOTE]
177177
> USDOD Central, USDOD East, USGov Iowa regions in Azure US Government cloud aren't currently supported.
178-
>
178+
>
179179
> AKS will create a system-assigned kubelet identity in the Node resource group if you do not [specify your own kubelet managed identity][Use a pre-created kubelet managed identity].
180180
181181
If you don't have a managed identity, you should create one by running the [az identity][az-identity-create] command.
@@ -201,6 +201,8 @@ The output should resemble the following:
201201
}
202202
```
203203

204+
Before creating the cluster, you need to [add the role assignment for control plane identity][add role assignment for control plane identity].
205+
204206
Run the following command to create a cluster with your existing identity:
205207

206208
```azurecli-interactive
@@ -465,4 +467,5 @@ Use [Azure Resource Manager templates ][aks-arm-template] to create a managed id
465467
[Bring your own control plane managed identity]: use-managed-identity.md#bring-your-own-control-plane-managed-identity
466468
[Use a pre-created kubelet managed identity]: use-managed-identity.md#use-a-pre-created-kubelet-managed-identity
467469
[workload-identity-overview]: workload-identity-overview.md
468-
[aad-pod-identity]: use-azure-ad-pod-identity.md
470+
[aad-pod-identity]: use-azure-ad-pod-identity.md
471+
[add role assignment for control plane identity]: use-managed-identity.md#add-role-assignment-for-control-plane-identity

0 commit comments

Comments
 (0)