Created
June 10, 2022 10:41
-
-
Save Voronenko/a7be4c5e5ef05181ae6f52d391155c97 to your computer and use it in GitHub Desktop.
Example of preference for scaling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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