Skip to content

Commit 455cb2c

Browse files
committed
update help message for enable-acns to note security disablement
1 parent 3e537bb commit 455cb2c

File tree

1 file changed

+2
-2
lines changed
  • src/azure-cli/azure/cli/command_modules/acs

1 file changed

+2
-2
lines changed

src/azure-cli/azure/cli/command_modules/acs/_help.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@
543543
short-summary: Enable vTPM on all node pools in the cluster. Must use VMSS agent pool type.
544544
- name: --enable-acns
545545
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.
547547
- name: --disable-acns-observability
548548
type: bool
549549
short-summary: Used to disable advanced networking observability features on a clusters when enabling advanced networking features with "--enable-acns".
@@ -954,7 +954,7 @@
954954
short-summary: Disable exporting Kubernetes Namespace and Deployment details to the Cost Analysis views in the Azure portal.
955955
- name: --enable-acns
956956
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.
958958
- name: --disable-acns
959959
type: bool
960960
short-summary: Disable all advanced networking functionalities on a cluster.

0 commit comments

Comments
 (0)