File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/k8s-runtime/azext_k8s_runtime/aaz/latest/k8s_runtime/load_balancer Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1717class Update (AAZCommand ):
1818 """Update a LoadBalancer
1919
20- :example: Update a load balancer
20+ :example: Update a load balancer advertise mode
2121 az k8s-runtime load-balancer update --load-balancer-name testlb1 --resource-uri subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/example/providers/Microsoft.Kubernetes/connectedClusters/cluster1 --advertise-mode ARP
22+
23+ :example: Update a load balancer IP address
24+ az k8s-runtime load-balancer update --load-balancer-name testlb1 --resource-uri subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/example/providers/Microsoft.Kubernetes/connectedClusters/cluster1 --addresses "192.168.50.1/32"
2225 """
2326
2427 _aaz_info = {
You can’t perform that action at this time.
0 commit comments