Skip to content

Commit bf1fae9

Browse files
authored
Update azure-cni-powered-by-cilium.md
move ebpf-dataplane node
1 parent 7765fbd commit bf1fae9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ az aks create -n <clusterName> -g <resourceGroupName> -l <location> \
8080
--network-dataplane cilium
8181
```
8282

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+
8386
### Option 2: Assign IP addresses from a virtual network
8487

8588
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> \
107110
--network-dataplane cilium
108111
```
109112

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-
113113
## Upgrade an existing cluster to Azure CNI Powered by Cilium
114114

115115
> [!NOTE]

0 commit comments

Comments
 (0)