Skip to content

Commit de8573b

Browse files
authored
Merge pull request #122701 from brtkrclr/patch-1
Fix: Typo Parameter
2 parents d056f65 + fc6bebc commit de8573b

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)