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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -312,6 +312,9 @@
312
312
type: string
313
313
short-summary: How outbound traffic will be configured for a cluster.
314
314
long-summary: Select between loadBalancer and userDefinedRouting. If not set, defaults to type loadBalancer. Requires --vnet-subnet-id to be provided with a preconfigured route table and --load-balancer-sku to be Standard.
315
+
- name: --auto-upgrade-channel
316
+
type: string
317
+
short-summary: Specify the upgrade channel for autoupgrade.
315
318
- name: --enable-cluster-autoscaler
316
319
type: bool
317
320
short-summary: Enable cluster autoscaler, default value is false.
@@ -549,6 +552,9 @@
549
552
type: int
550
553
short-summary: Load balancer idle timeout in minutes.
551
554
long-summary: Desired idle timeout for load balancer outbound flows, default is 30 minutes. Please specify a value in the range of [4, 100].
555
+
- name: --auto-upgrade-channel
556
+
type: string
557
+
short-summary: Specify the upgrade channel for autoupgrade.
552
558
- name: --attach-acr
553
559
type: string
554
560
short-summary: Grant the 'acrpull' role assignment to the ACR specified by name or resource ID.
0 commit comments