Skip to content

Commit db9b950

Browse files
authored
Merge pull request #87519 from bcho/patch-1
Fix minor typo in the doc
2 parents 676444c + 0801714 commit db9b950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/use-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ az identity list --query "[].{Name:name, Id:id, Location:location}" -o table
267267

268268
### Create a cluster using kubelet identity
269269

270-
Now you can use the following command to create your cluster with your existing identities. Provide the control plane identity id via `assign-identity` and the kubelet managed identity via `assign-kublet-identity`:
270+
Now you can use the following command to create your cluster with your existing identities. Provide the control plane identity id via `assign-identity` and the kubelet managed identity via `assign-kubelet-identity`:
271271

272272
```azurecli-interactive
273273
az aks create \

0 commit comments

Comments
 (0)