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
+9-74Lines changed: 9 additions & 74 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.
@@ -2754,80 +2763,6 @@
2754
2763
short-summary: Delete a nodepool snapshot.
2755
2764
"""
2756
2765
2757
-
helps['aks trustedaccess'] ="""
2758
-
type: group
2759
-
short-summary: Commands to manage trusted access security features.
2760
-
"""
2761
-
2762
-
helps['aks trustedaccess role'] ="""
2763
-
type: group
2764
-
short-summary: Commands to manage trusted access roles.
2765
-
"""
2766
-
2767
-
helps['aks trustedaccess role list'] ="""
2768
-
type: command
2769
-
short-summary: List trusted access roles.
2770
-
"""
2771
-
2772
-
helps['aks trustedaccess rolebinding'] ="""
2773
-
type: group
2774
-
short-summary: Commands to manage trusted access role bindings.
2775
-
"""
2776
-
2777
-
helps['aks trustedaccess rolebinding list'] ="""
2778
-
type: command
2779
-
short-summary: List all the trusted access role bindings.
2780
-
"""
2781
-
2782
-
helps['aks trustedaccess rolebinding show'] ="""
2783
-
type: command
2784
-
short-summary: Get the specific trusted access role binding according to binding name.
0 commit comments