Skip to content

Instantly share code, notes, and snippets.

@KashifSaadat
Created January 24, 2018 12:47
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Supporting new AWS Availability Zones in kops - InstanceGroupSpec
apiVersion: kops/v1alpha2
kind: InstanceGroup
metadata:
labels:
kops.k8s.io/cluster: test.k8s.appvia.io
name: nodes
spec:
image: coreos.com/CoreOS-stable-1576.5.0-hvm
machineType: t2.medium
maxSize: 2
minSize: 2
role: Node
subnets:
- eu-west-2a
- eu-west-2b
+ - eu-west-2c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment