Skip to content

Instantly share code, notes, and snippets.

@chrisedrego
Last active June 3, 2021 12:47
Instance Group for testing Cluster Auto-Scaler
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
labels:
kops.k8s.io/cluster: <CLUSTER_NAME>
name: test-node
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20210415
machineType: t3.medium
maxSize: 2
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: test-node
node: test-node
role: Node
subnets:
- <SUBNET_NAME>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment