Skip to content

Commit 0801714

Browse files
authored
Fix minor typo in the doc
1 parent ced242c commit 0801714

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)