Skip to content

Instantly share code, notes, and snippets.

@KashifSaadat
Created January 24, 2018 12:47
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 KashifSaadat/3c7b4e6caf7a094c9d45a669cf3e0531 to your computer and use it in GitHub Desktop.
Save KashifSaadat/3c7b4e6caf7a094c9d45a669cf3e0531 to your computer and use it in GitHub Desktop.
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