Skip to content

Instantly share code, notes, and snippets.

@nivogt
Created February 9, 2022 14:46
Show Gist options
  • Save nivogt/b5f3a625b6fb1449001f02a260d1c3a0 to your computer and use it in GitHub Desktop.
Save nivogt/b5f3a625b6fb1449001f02a260d1c3a0 to your computer and use it in GitHub Desktop.
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