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
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -541,6 +541,15 @@
541
541
- name: --enable-vtpm
542
542
type: bool
543
543
short-summary: Enable vTPM on all node pools in the cluster. Must use VMSS agent pool type.
544
+
- name: --enable-acns
545
+
type: bool
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
+
- name: --disable-acns-observability
548
+
type: bool
549
+
short-summary: Used to disable advanced networking observability features on a clusters when enabling advanced networking features with "--enable-acns".
550
+
- name: --disable-acns-security
551
+
type: bool
552
+
short-summary: Used to disable advanced networking security features on a clusters when enabling advanced networking features with "--enable-acns".
544
553
545
554
examples:
546
555
- name: Create a Kubernetes cluster with an existing SSH public key.
@@ -943,6 +952,18 @@
943
952
- name: --disable-cost-analysis
944
953
type: bool
945
954
short-summary: Disable exporting Kubernetes Namespace and Deployment details to the Cost Analysis views in the Azure portal.
955
+
- name: --enable-acns
956
+
type: bool
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
+
- name: --disable-acns
959
+
type: bool
960
+
short-summary: Disable all advanced networking functionalities on a cluster.
961
+
- name: --disable-acns-observability
962
+
type: bool
963
+
short-summary: Used to disable advanced networking observability features on a clusters when enabling advanced networking features with "--enable-acns".
964
+
- name: --disable-acns-security
965
+
type: bool
966
+
short-summary: Used to disable advanced networking security features on a clusters when enabling advanced networking features with "--enable-acns".
946
967
947
968
examples:
948
969
- name: Reconcile the cluster back to its current state.
0 commit comments