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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,9 @@ az aks create -n <clusterName> -g <resourceGroupName> -l <location> \
80
80
--network-dataplane cilium
81
81
```
82
82
83
+
> [!NOTE]
84
+
> The `--network-dataplane cilium` flag replaces the deprecated `--enable-ebpf-dataplane` flag used in earlier versions of the aks-preview CLI extension.
85
+
83
86
### Option 2: Assign IP addresses from a virtual network
84
87
85
88
Run the following commands to create a resource group and virtual network with a subnet for nodes and a subnet for pods.
@@ -107,9 +110,6 @@ az aks create -n <clusterName> -g <resourceGroupName> -l <location> \
107
110
--network-dataplane cilium
108
111
```
109
112
110
-
> [!NOTE]
111
-
> The `--network-dataplane cilium` flag replaces the deprecated `--enable-ebpf-dataplane` flag used in earlier versions of the aks-preview CLI extension.
112
-
113
113
## Upgrade an existing cluster to Azure CNI Powered by Cilium
0 commit comments