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
@@ -760,6 +760,10 @@
760
760
type: string
761
761
short-summary: Load balancer backend pool type.
762
762
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.
763
+
- name: --load-balancer-sku
764
+
type: string
765
+
short-summary: Azure Load Balancer SKU selection for your cluster. only standard is accepted.
766
+
long-summary: Upgrade to Standard Azure Load Balancer SKU for your AKS cluster.
763
767
- name: --nat-gateway-managed-outbound-ip-count
764
768
type: int
765
769
short-summary: NAT gateway managed outbound IP count.
@@ -1128,6 +1132,8 @@
1128
1132
text: az aks update -g MyResourceGroup -n MyManagedCLuster --enable-vpa
1129
1133
- name: Disable VPA(Vertical Pod Autoscaler) for an existing kubernetes cluster.
1130
1134
text: az aks update -g MyResourceGroup -n MyManagedCLuster --disable-vpa
1135
+
- name: Upgrade load balancer sku to standard
1136
+
text: az aks update --load-balancer-sku standard -g MyResourceGroup -n MyManagedCluster
0 commit comments