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-managed-identity.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Use a managed identity in Azure Kubernetes Service
3
3
description: Learn how to use a system-assigned or user-assigned managed identity in Azure Kubernetes Service (AKS)
4
4
ms.topic: article
5
-
ms.date: 09/27/2022
5
+
ms.date: 11/08/2022
6
6
---
7
7
8
8
# 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
175
175
176
176
> [!NOTE]
177
177
> USDOD Central, USDOD East, USGov Iowa regions in Azure US Government cloud aren't currently supported.
178
-
>
178
+
>
179
179
> 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].
180
180
181
181
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:
201
201
}
202
202
```
203
203
204
+
Before creating the cluster, you need to [add the role assignment for control plane identity][add role assignment for control plane identity].
205
+
204
206
Run the following command to create a cluster with your existing identity:
205
207
206
208
```azurecli-interactive
@@ -465,4 +467,5 @@ Use [Azure Resource Manager templates ][aks-arm-template] to create a managed id
465
467
[Bring your own control plane managed identity]: use-managed-identity.md#bring-your-own-control-plane-managed-identity
466
468
[Use a pre-created kubelet managed identity]: use-managed-identity.md#use-a-pre-created-kubelet-managed-identity
0 commit comments