github.com/IBM-Cloud/bluemix-go@v0.0.0-20240423071914-9e96525baef4/examples/container/V2containers/SetALBAutoscaleConfigurationV2/README.md (about) 1 # SetALBAutoscaleConfiguration example 2 3 This example shows how to set the ALB autoscale config. 4 5 Example: 6 7 ``` 8 go run main.go -clusterNameOrID mycluster -albID public-crck9aaedd0p8vjmqa0asg-alb1 -minReplicas 2 -maxReplicas 4 -cpuAverageUtilization 600 9 ```