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/HISTORY.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ To release a new version, please select a new version number (usually plus 1 to
11
11
12
12
Pending
13
13
+++++++
14
+
* `az aks create`: Add new parameter `--enable-container-network-logs` to enable container network logs feature for the cluster and deprecate `--enable-retina-flow-logs`.
15
+
* `az aks update`: Add new parameter `--enable-container-network-logs` and `--disable-container-network-logs` to enable/disable container network logs feature for the cluster and deprecate `--enable-retina-flow-logs` and `--disable-retina-flow-logs`.
14
16
* Support `entraid` for parameter `--ssh-access` to support EntraID feature.
Copy file name to clipboardExpand all lines: src/aks-preview/azext_aks_preview/_help.py
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -239,7 +239,10 @@
239
239
short-summary: Used to set the acceleration mode (None or BpfVeth) on a cluster when enabling advanced networking features with "--enable-acns".
240
240
- name: --enable-retina-flow-logs
241
241
type: bool
242
-
short-summary: Enable advanced network flow log collection functionalities on a cluster.
242
+
short-summary: Enable advanced network flow log collection functionalities on a cluster. This flag is deprecated in favor of --enable-container-network-logs.
243
+
- name: --enable-container-network-logs
244
+
type: bool
245
+
short-summary: Enable container network log collection functionalities on a cluster.
243
246
- name: --no-ssh-key -x
244
247
type: string
245
248
short-summary: Do not use or create a local SSH key.
@@ -1337,10 +1340,16 @@
1337
1340
short-summary: Used to set the acceleration mode (None or BpfVeth) on a cluster when enabling advanced networking features with "--enable-acns".
1338
1341
- name: --enable-retina-flow-logs
1339
1342
type: bool
1340
-
short-summary: Enable advanced network flow log collection functionalities on a cluster.
1343
+
short-summary: Enable advanced network flow log collection functionalities on a cluster. This flag is deprecated in favor of --enable-container-network-logs.
1344
+
- name: --enable-container-network-logs
1345
+
type: bool
1346
+
short-summary: Enable container network log collection functionalities on a cluster.
1341
1347
- name: --disable-retina-flow-logs
1342
1348
type: bool
1343
-
short-summary: Disable advanced network flow log collection functionalities on a cluster.
1349
+
short-summary: Disable advanced network flow log collection functionalities on a cluster. This flag is deprecated in favor of --disable-container-network-logs.
1350
+
- name: --disable-container-network-logs
1351
+
type: bool
1352
+
short-summary: Disable container network log collection functionalities on a cluster.
1344
1353
- name: --enable-cost-analysis
1345
1354
type: bool
1346
1355
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