Skip to content

Commit 4a45b6e

Browse files
author
Will Daly
committed
update instructions for azure cli stable
1 parent 50f6f0b commit 4a45b6e

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

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

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -123,19 +123,7 @@ The upgrade process triggers each node pool to be re-imaged simultaneously. Upgr
123123

124124
Cilium will begin enforcing network policies only after all nodes have been re-imaged.
125125

126-
To perform the upgrade, you will need Azure CLI with *aks-preview* extension version 0.5.150 or later.
127-
128-
1. Install the *aks-preview* extension:
129-
130-
```azurecli-interactive
131-
az extension add --name aks-preview
132-
```
133-
134-
1. Update to the latest version of the extension:
135-
136-
```azurecli-interactive
137-
az extension update --name aks-preview
138-
```
126+
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).
139127

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

0 commit comments

Comments
 (0)