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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -591,6 +591,10 @@
591
591
- name: --enable-container-network-logs
592
592
type: bool
593
593
short-summary: Enable container network log collection functionalities on a cluster. Automatically enables --enable-high-log-scale-mode.
594
+
- name: --acns-transit-encryption-type
595
+
type: string
596
+
short-summary: Set transit encryption type for ACNS security.
597
+
long-summary: Configures pod-to-pod encryption for Cilium-based clusters. Once enabled, all traffic between Cilium managed pods will be encrypted when it leaves the node boundary. Valid values are "WireGuard" and "None". On cluster creation, this must be used together with "--enable-acns".
594
598
- name: --nrg-lockdown-restriction-level
595
599
type: string
596
600
short-summary: Restriction level on the managed node resource group.
@@ -1098,6 +1102,10 @@
1098
1102
- name: --disable-container-network-logs
1099
1103
type: bool
1100
1104
short-summary: Disable container network log collection functionalities on a cluster.
1105
+
- name: --acns-transit-encryption-type
1106
+
type: string
1107
+
short-summary: Set transit encryption type for ACNS security.
1108
+
long-summary: Configures pod-to-pod encryption for Cilium-based clusters. Once enabled, all traffic between Cilium managed pods will be encrypted when it leaves the node boundary. Valid values are "WireGuard" and "None". When creating a cluster, this option must be used together with "--enable-acns"; when updating a cluster, it can be used on its own to modify the transit encryption type for an existing ACNS-enabled cluster.
1101
1109
- name: --nrg-lockdown-restriction-level
1102
1110
type: string
1103
1111
short-summary: Restriction level on the managed node resource group.
0 commit comments