Skip to content

Instantly share code, notes, and snippets.

@calvin-puram
Last active October 1, 2021 11:44
Show Gist options
  • Save calvin-puram/cca56ea0b3b395324b2dc827537a4879 to your computer and use it in GitHub Desktop.
Save calvin-puram/cca56ea0b3b395324b2dc827537a4879 to your computer and use it in GitHub Desktop.
spec:
containers:
- command:
- ./cluster-autoscaler
- --v=4
- --stderrthreshold=info
- --cloud-provider=aws
- --skip-nodes-with-local-storage=false
- --expander=least-waste
# set your EKS cluster name below
- --node-group-auto-discovery=asg:tag=k8s.io/cluster-autoscaler/enabled,k8s.io/cluster-autoscaler/<YOUR CLUSTER NAME>
- --balance-similar-node-groups
- --skip-nodes-with-system-pods=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment