Skip to content

Commit 946e59b

Browse files
authored
Update use-managed-identity.md
1 parent bb3ce89 commit 946e59b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/aks/use-managed-identity.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You must have the following resource installed:
1818
- The Azure CLI, version 2.23.0 or later
1919

2020
> [!NOTE]
21-
> AKS will create a kubelet MI in the Node resource group if you do not BYO kubelet MI.
21+
> AKS will create a kubelet MI in the Node resource group if you do not bring your own kubelet MI.
2222
2323
## Limitations
2424

@@ -138,7 +138,7 @@ az aks show -g <RGName> -n <ClusterName> --query "identity"
138138
> Permission grants to cluster Managed Identity used by Azure Cloud provider may take up 60 minutes to populate.
139139
140140

141-
## Bring your own (BYO) control plane MI
141+
## Bring your own control plane MI
142142
A custom control plane identity enables access to be granted to the existing identity prior to cluster creation. This feature enables scenarios such as using a custom VNET or outboundType of UDR with a pre-created managed identity.
143143

144144
You must have the Azure CLI, version 2.15.1 or later installed.
@@ -189,7 +189,7 @@ A successful cluster creation using your own managed identities contains this us
189189
},
190190
```
191191

192-
## Bring your own (BYO) kubelet MI
192+
## Bring your own kubelet MI
193193

194194
A Kubelet identity enables access to be granted to the existing identity prior to cluster creation. This feature enables scenarios such as connection to ACR with a pre-created managed identity.
195195

@@ -198,7 +198,7 @@ A Kubelet identity enables access to be granted to the existing identity prior t
198198
199199

200200
> [!NOTE]
201-
> For BYO kubelet MI,Azure CLI will automatically add required role assignment for control plane MI. If you are using ARM template or other clients, you need to create the role assignment manually. It can be done using CLI command 'az role assignment create --assignee <control-plane-identity-object-id> --role "Managed Identity Operator" --scope <kubelet-identity-resource-id>'
201+
> For bring-your-own kubelet MI, Azure CLI will automatically add required role assignment for control plane MI. If you are using ARM template or other clients, you need to create the role assignment manually. It can be done using CLI command 'az role assignment create --assignee <control plane identity object id> --role "Managed Identity Operator" --scope <kubelet identity resource id>'
202202
203203
### Prerequisites
204204

0 commit comments

Comments
 (0)