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
@@ -778,6 +778,10 @@
778
778
type: string
779
779
short-summary: Load balancer backend pool type.
780
780
long-summary: Define the LoadBalancer backend pool type of managed inbound backend pool. The nodeIP means the VMs will be attached to the LoadBalancer by adding its private IP address to the backend pool. The nodeIPConfiguration means the VMs will be attached to the LoadBalancer by referencing the backend pool ID in the VM's NIC.
781
+
- name: --load-balancer-sku
782
+
type: string
783
+
short-summary: Azure Load Balancer SKU selection for your cluster. only standard is accepted.
784
+
long-summary: Upgrade to Standard Azure Load Balancer SKU for your AKS cluster.
781
785
- name: --nat-gateway-managed-outbound-ip-count
782
786
type: int
783
787
short-summary: NAT gateway managed outbound IP count.
@@ -1167,6 +1171,8 @@
1167
1171
text: az aks update -g MyResourceGroup -n MyManagedCluster --node-provisioning-mode Auto
1168
1172
- name: Update a kubernetes cluster to use auto node provisioning mode with no default pools.
1169
1173
text: az aks update -g MyResourceGroup -n MyManagedCluster --node-provisioning-mode Auto --node-provisioning-default-pools None
1174
+
- name: Upgrade load balancer sku to standard
1175
+
text: az aks update --load-balancer-sku standard -g MyResourceGroup -n MyManagedCluster
0 commit comments