Skip to content

Instantly share code, notes, and snippets.

@ZECTBynmo
Last active June 22, 2021 15:25
Show Gist options
  • Save ZECTBynmo/1c7fbc9429d92d4e60f8fa97a18a3a69 to your computer and use it in GitHub Desktop.
Save ZECTBynmo/1c7fbc9429d92d4e60f8fa97a18a3a69 to your computer and use it in GitHub Desktop.
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
  creationTimestamp: null
  labels:
    kops.k8s.io/cluster: prod.my.cluster
  name: spot-nodes
spec:
  image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20210415
  machineType: m5.large
  maxPrice: "0.050"
  maxSize: 2
  minSize: 2
  nodeLabels:
    kops.k8s.io/instancegroup: spot-nodes
  role: Node
  subnets:
  - us-east-1a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment