Skip to content

Instantly share code, notes, and snippets.

@initcron
Created May 30, 2024 04:10
Show Gist options
  • Save initcron/f77dda80febfd6a5d1b15063ffa86ce7 to your computer and use it in GitHub Desktop.
Save initcron/f77dda80febfd6a5d1b15063ffa86ce7 to your computer and use it in GitHub Desktop.
- name: ng-2-workers
labels: { role: workers }
instanceType: t3.small
desiredCapacity: 2
minSize: 1
maxSize: 4
maxPodsPerNode: 17
ssh:
allow: true
publicKeyName: xxxxxxx
tags:
k8s.io/cluster-autoscaler/enabled: "true"
k8s.io/cluster-autoscaler/eks-cluster-01: "owned"
updateConfig:
maxUnavailable: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment