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
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -228,6 +228,9 @@
228
228
- name: --disable-acns-security
229
229
type: bool
230
230
short-summary: Used to disable advanced networking security features on a clusters when enabling advanced networking features with "--enable-acns".
231
+
- name: --enable-retina-flow-logs
232
+
type: bool
233
+
short-summary: Enable advanced network flow log collection functionalities on a cluster.
231
234
- name: --no-ssh-key -x
232
235
type: string
233
236
short-summary: Do not use or create a local SSH key.
@@ -1214,6 +1217,12 @@
1214
1217
- name: --disable-acns-security
1215
1218
type: bool
1216
1219
short-summary: Used to disable advanced networking security features on a clusters when enabling advanced networking features with "--enable-acns".
1220
+
- name: --enable-retina-flow-logs
1221
+
type: bool
1222
+
short-summary: Enable advanced network flow log collection functionalities on a cluster.
1223
+
- name: --disable-retina-flow-logs
1224
+
type: bool
1225
+
short-summary: Disable advanced network flow log collection functionalities on a cluster.
1217
1226
- name: --enable-cost-analysis
1218
1227
type: bool
1219
1228
short-summary: Enable exporting Kubernetes Namespace and Deployment details to the Cost Analysis views in the Azure portal. For more information see aka.ms/aks/docs/cost-analysis.
0 commit comments