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: src/aks-preview/azext_aks_preview/_help.py
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -230,6 +230,9 @@
230
230
- name: --acns-advanced-networkpolicies
231
231
type: string
232
232
short-summary: Used to enable advanced network policies (None, FQDN or L7) on a cluster when enabling advanced networking features with "--enable-acns".
233
+
- name: --acns-datapath-acceleration-mode
234
+
type: string
235
+
short-summary: Used to set the acceleration mode (None or BpfVeth) on a cluster when enabling advanced networking features with "--enable-acns".
233
236
- name: --enable-retina-flow-logs
234
237
type: bool
235
238
short-summary: Enable advanced network flow log collection functionalities on a cluster.
@@ -1244,6 +1247,9 @@
1244
1247
- name: --acns-advanced-networkpolicies
1245
1248
type: string
1246
1249
short-summary: Used to enable advanced network policies (None, FQDN or L7) on a cluster when enabling advanced networking features with "--enable-acns".
1250
+
- name: --acns-datapath-acceleration-mode
1251
+
type: string
1252
+
short-summary: Used to set the acceleration mode (None or BpfVeth) on a cluster when enabling advanced networking features with "--enable-acns".
1247
1253
- name: --enable-retina-flow-logs
1248
1254
type: bool
1249
1255
short-summary: Enable advanced network flow log collection functionalities on a cluster.
0 commit comments