Skip to content

Commit b454deb

Browse files
author
Will Daly
committed
Actually we don't need location
1 parent 4a45b6e commit b454deb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ Cilium will begin enforcing network policies only after all nodes have been re-i
125125

126126
To perform the upgrade, you will need Azure CLI version 2.52.0 or later. Run `az --version` to see the currently installed version. If you need to install or upgrade, see [Install Azure CLI](/cli/azure/install-azure-cli).
127127

128-
Use the following command to upgrade an existing cluster to Azure CNI Powered by Cilium. Replace the values for `<clusterName>`, `<resourceGroupName>`, and `<location>`:
128+
Use the following command to upgrade an existing cluster to Azure CNI Powered by Cilium. Replace the values for `<clusterName>` and `<resourceGroupName>`:
129129

130130
```azurecli-interactive
131-
az aks update -n <clusterName> -g <resourceGroupName> -l <location> \
131+
az aks update -n <clusterName> -g <resourceGroupName> \
132132
--network-dataplane cilium
133133
```
134134

0 commit comments

Comments
 (0)