Skip to content

Instantly share code, notes, and snippets.

@stevenc81
Created December 3, 2019 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenc81/66c6d165941ef888b7e43e30e3899f84 to your computer and use it in GitHub Desktop.
Save stevenc81/66c6d165941ef888b7e43e30e3899f84 to your computer and use it in GitHub Desktop.
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
labels:
kops.k8s.io/cluster: steven.k8s.com
name: frequent-cronjob-nodes
spec:
image: kope.io/k8s-1.13-debian-stretch
machineType: m4.xlarge
maxSize: 2
minSize: 2
nodeLabels:
kops.k8s.io/instancegroup: frequent-cronjob-nodes
role: Node
subnets:
- us-east-1b
- us-east-1c
taints:
- dedicated=frequent-cronjob-nodes:NoSchedule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment