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: AKS-Arc/workload-identity.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,14 +167,15 @@ $MSIPrincipalId=$(az identity show --resource-group $resource_group_name --name
167
167
168
168
### Create a Kubernetes service account
169
169
170
-
Create a Kubernetes service account and annotate it with the client ID of the managed identity created in the previous step:
170
+
Create a Kubernetes service account and annotate it with the client ID of the managed identity you created in the previous step:
171
+
172
+
Use cluster connect to access your cluster from a client device. For more information, see [Access your cluster from a client device](/azure/azure-arc/kubernetes/cluster-connect?tabs=azure-cli%2Cagent-version#access-your-cluster-from-a-client-device).
171
173
172
-
Use cluster connect to access your cluster from a client device. Learn more about this [here](/azure/azure-arc/kubernetes/cluster-connect?tabs=azure-cli%2Cagent-version#access-your-cluster-from-a-client-device).
173
174
```azurecli
174
175
az connectedk8s proxy -n $aks_cluster_name -g $resource_group_name
175
176
```
176
177
177
-
Open a new window. Copy and paste the following CLI commands:
178
+
Open a new CLI command window. Copy and paste the following commands:
0 commit comments