Created
February 9, 2022 14:46
-
-
Save nivogt/b5f3a625b6fb1449001f02a260d1c3a0 to your computer and use it in GitHub Desktop.
This file contains 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: eksctl.io/v1alpha5 | |
kind: ClusterConfig | |
metadata: | |
name: cicd-spot | |
region: my_region | |
managedNodeGroups: | |
- name: spot-ng-1 | |
instanceTypes: [ "t2.medium", "t3.medium" ] | |
desiredCapacity: 1 | |
volumeSize: 20 | |
spot: true | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment