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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -543,7 +543,7 @@
543
543
short-summary: Enable vTPM on all node pools in the cluster. Must use VMSS agent pool type.
544
544
- name: --enable-acns
545
545
type: bool
546
-
short-summary: Enable advanced network functionalities on a cluster. Enabling this will incur additional costs.
546
+
short-summary: Enable advanced network functionalities on a cluster. Enabling this will incur additional costs. For non-cilium clusters, acns security will be disabled by default until further notice.
547
547
- name: --disable-acns-observability
548
548
type: bool
549
549
short-summary: Used to disable advanced networking observability features on a clusters when enabling advanced networking features with "--enable-acns".
@@ -954,7 +954,7 @@
954
954
short-summary: Disable exporting Kubernetes Namespace and Deployment details to the Cost Analysis views in the Azure portal.
955
955
- name: --enable-acns
956
956
type: bool
957
-
short-summary: Enable advanced network functionalities on a cluster. Enabling this will incur additional costs.
957
+
short-summary: Enable advanced network functionalities on a cluster. Enabling this will incur additional costs. For non-cilium clusters, acns security will be disabled by default until further notice.
958
958
- name: --disable-acns
959
959
type: bool
960
960
short-summary: Disable all advanced networking functionalities on a cluster.
0 commit comments