Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Voronenko/a7be4c5e5ef05181ae6f52d391155c97 to your computer and use it in GitHub Desktop.
Save Voronenko/a7be4c5e5ef05181ae6f52d391155c97 to your computer and use it in GitHub Desktop.
Example of preference for scaling
apiVersion: v1
kind: ConfigMap
metadata:
name: cluster-autoscaler-priority-expander
namespace: kube-system
data:
priorities: |-
10:
- .*
20:
- .*eks-stable-paid.*
50:
- .*eks-stable-spot.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment