Skip to content

Commit fc6bebc

Browse files
authored
Fix: Typo Parameter
Just a small typo "loctaion", changed to the correct one "location"
1 parent 98c7736 commit fc6bebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/azure-cni-powered-by-cilium.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Azure CNI powered by Cilium currently has the following limitations:
7373
Use the following commands to create a cluster with an overlay network and Cilium. Replace the values for `<clusterName>`, `<resourceGroupName>`, and `<location>`:
7474

7575
```azurecli-interactive
76-
az aks create --name <clusterName> --resource-group <resourceGroupName> --loctaion <location> \
76+
az aks create --name <clusterName> --resource-group <resourceGroupName> --location <location> \
7777
--network-plugin azure \
7878
--network-plugin-mode overlay \
7979
--pod-cidr 192.168.0.0/16 \

0 commit comments

Comments
 (0)