Skip to content

Commit 8e5fad5

Browse files
committed
further updates
1 parent f46a9e0 commit 8e5fad5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-arc/kubernetes/azure-rbac.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For a conceptual overview of this feature, see [Azure RBAC on Azure Arc-enabled
4343
az connectedk8s show -g <resource-group> -n <connected-cluster-name>
4444
```
4545

46-
1. Get the ED (`identity.principalId`) from the output and run the following command to assign the **Connected Cluster Managed Identity CheckAccess Reader** role to the cluster MSI:
46+
1. Get the ID (`identity.principalId`) from the output and run the following command to assign the **Connected Cluster Managed Identity CheckAccess Reader** role to the cluster MSI:
4747

4848
```azurecli
4949
az role assignment create --role "Connected Cluster Managed Identity CheckAccess Reader" --assignee "<Cluster MSI ID>" --scope <cluster ARM ID>
@@ -343,12 +343,12 @@ Using a shared kubeconfig requires slightly different steps depending on your Ku
343343
sudo chmod +x /usr/local/bin/kubelogin
344344
```
345345

346-
1. [Convert](https://azure.github.io/kubelogin/cli/convert-kubeconfig.html) the kubelogin to use the appropriate [login mode](https://azure.github.io/kubelogin/concepts/login-modes.html). For example, for [device code login](https://azure.github.io/kubelogin/concepts/login-modes/devicecode.html) with a Microsoft Entra user, the commands would be as follows:
346+
1. [Convert](https://azure.github.io/kubelogin/concepts/azure-arc.html) the kubelogin to use the appropriate [login mode](https://azure.github.io/kubelogin/concepts/login-modes.html). For example, for [device code login](https://azure.github.io/kubelogin/concepts/login-modes/devicecode.html) with a Microsoft Entra user, the commands would be as follows:
347347

348348
```bash
349349
export KUBECONFIG=/path/to/kubeconfig
350350
351-
kubelogin convert-kubeconfig
351+
kubelogin convert-kubeconfig --pop-enabled --pop-claims 'u=<ARM ID of cluster>"
352352
```
353353

354354
### [Kubernetes < v1.26](#tab/Kubernetes-earlier)

0 commit comments

Comments
 (0)