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/azure-cli/azure/cli/command_modules/acs/_help.py
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,7 @@
329
329
short-summary: Resource ID of Azure Monitor Private Link scope for Monitoring Addon.
330
330
- name: --enable-high-log-scale-mode
331
331
type: bool
332
-
short-summary: Enable High Log Scale Mode for Container Logs.
332
+
short-summary: Enable High Log Scale Mode for Container Logs. Auto-enabled when --enable-container-network-logs is specified.
333
333
- name: --sku
334
334
type: string
335
335
short-summary: Specify SKU name for managed clusters. Use '--sku base' enables a base managed cluster. Use '--sku automatic' enables an automatic managed cluster.
@@ -588,6 +588,9 @@
588
588
- name: --acns-advanced-networkpolicies
589
589
type: string
590
590
short-summary: Enable advanced network policies (None, FQDN or L7) on a cluster when enabling advanced networking features with "--enable-acns".
591
+
- name: --enable-container-network-logs
592
+
type: bool
593
+
short-summary: Enable container network log collection functionalities on a cluster. Automatically enables --enable-high-log-scale-mode.
591
594
- name: --nrg-lockdown-restriction-level
592
595
type: string
593
596
short-summary: Restriction level on the managed node resource group.
@@ -1089,6 +1092,12 @@
1089
1092
- name: --acns-advanced-networkpolicies
1090
1093
type: string
1091
1094
short-summary: Enable advanced network policies (None, FQDN or L7) on a cluster when enabling advanced networking features with "--enable-acns".
1095
+
- name: --enable-container-network-logs
1096
+
type: bool
1097
+
short-summary: Enable container network log collection functionalities on a cluster. Automatically enables --enable-high-log-scale-mode.
1098
+
- name: --disable-container-network-logs
1099
+
type: bool
1100
+
short-summary: Disable container network log collection functionalities on a cluster.
1092
1101
- name: --nrg-lockdown-restriction-level
1093
1102
type: string
1094
1103
short-summary: Restriction level on the managed node resource group.
@@ -1261,7 +1270,7 @@
1261
1270
short-summary: Resource ID of Azure Monitor Private Link scope for Monitoring Addon.
1262
1271
- name: --enable-high-log-scale-mode
1263
1272
type: bool
1264
-
short-summary: Enable High Log Scale Mode for Container Logs.
1273
+
short-summary: Enable High Log Scale Mode for Container Logs. Auto-enabled when --enable-container-network-logs is specified.
1265
1274
- name: --appgw-name
1266
1275
type: string
1267
1276
short-summary: Name of the application gateway to create/use in the node resource group. Use with ingress-azure addon.
0 commit comments