You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/azure-cni-powered-by-cilium.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Azure CNI powered by Cilium currently has the following limitations:
52
52
53
53
## Prerequisites
54
54
55
-
* Azure CLI version 2.41.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].
55
+
* Azure CLI version 2.41.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).
56
56
* Azure CLI with aks-preview extension 0.5.135 or later.
57
57
* If using ARM templates or the REST API, the AKS API version must be 2022-09-02-preview or later.
> The `--network-dataplane=cilium` flag replaces the deprecated `--enable-ebpf-dataplane` flag used in earlier versions of the aks-preview CLI extension.
128
+
> The `--network-dataplanecilium` flag replaces the deprecated `--enable-ebpf-dataplane` flag used in earlier versions of the aks-preview CLI extension.
129
129
130
130
### Option 2: Assign IP addresses from an overlay network
131
131
@@ -136,7 +136,7 @@ az aks create -n <clusterName> -g <resourceGroupName> -l <location> \
0 commit comments