cluster-autoscaler/cloudprovider/baiducloud/README.md
The cluster autoscaler on BaiduCloud scales worker nodes within any specified autoscaling group. It will run as a Deployment in your cluster. This README will go over some of the necessary steps required to get the cluster autoscaler up and running.
Cluster autoscaler must run on v1.8.6 or greater.
kubectl apply -f examples/cluster-autoscaler-one-asg.yaml
kubectl apply -f examples/cluster-autoscaler-multiple-asg.yaml
--skip-nodes-with-system-pods=false flag.--scale-down-delay flag. E.g. --scale-down-delay=5m to decrease the scale down delay to 5 minutes.