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
feat(acns): add retinaNetworkFlowLogs to azure cli (#8645)
* feat(acns): add retinaNetworkFlowLogs to azure cli
* update import addonconfiguration and update cistreams
* update history
* add test aks command and history bump aks version
* update tests
* linter and slight updates
* more linter
* more linter and removing unused import
* update code to match create
* update test for enablement update command
* live only tag
* update commands
* Update setup.py
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
@@ -231,6 +231,9 @@
231
231
- name: --acns-advanced-networkpolicies
232
232
type: string
233
233
short-summary: Used to enable advanced network policies (None, FQDN or L7) on a cluster when enabling advanced networking features with "--enable-acns".
234
+
- name: --enable-retina-flow-logs
235
+
type: bool
236
+
short-summary: Enable advanced network flow log collection functionalities on a cluster.
234
237
- name: --no-ssh-key -x
235
238
type: string
236
239
short-summary: Do not use or create a local SSH key.
@@ -1220,6 +1223,12 @@
1220
1223
- name: --acns-advanced-networkpolicies
1221
1224
type: string
1222
1225
short-summary: Used to enable advanced network policies (None, FQDN or L7) on a cluster when enabling advanced networking features with "--enable-acns".
1226
+
- name: --enable-retina-flow-logs
1227
+
type: bool
1228
+
short-summary: Enable advanced network flow log collection functionalities on a cluster.
1229
+
- name: --disable-retina-flow-logs
1230
+
type: bool
1231
+
short-summary: Disable advanced network flow log collection functionalities on a cluster.
1223
1232
- name: --enable-cost-analysis
1224
1233
type: bool
1225
1234
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