Skip to content

Instantly share code, notes, and snippets.

@KashifSaadat
Last active January 24, 2018 12:48
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/c44b8d7e5a27e8fdf1ee8323c5ccdfa6 to your computer and use it in GitHub Desktop.
Save KashifSaadat/c44b8d7e5a27e8fdf1ee8323c5ccdfa6 to your computer and use it in GitHub Desktop.
Supporting new AWS Availability Zones in kops - EtcdClusterSpec
etcdClusters:
- enableEtcdTLS: true
etcdMembers:
- instanceGroup: eu-west-2a-master1
name: a1
- instanceGroup: eu-west-2a-master2
name: a2
- instanceGroup: eu-west-2a-master3
name: a3
- instanceGroup: eu-west-2b-master1
name: b1
- instanceGroup: eu-west-2b-master2
name: b2
+ - instanceGroup: eu-west-2c-master1
+ name: c1
+ - instanceGroup: eu-west-2c-master2
+ name: c2
name: main
version: 3.0.17
- enableEtcdTLS: true
etcdMembers:
- instanceGroup: eu-west-2a-master1
name: a1
- instanceGroup: eu-west-2a-master2
name: a2
- instanceGroup: eu-west-2a-master3
name: a3
- instanceGroup: eu-west-2b-master1
name: b1
- instanceGroup: eu-west-2b-master2
name: b2
+ - instanceGroup: eu-west-2c-master1
+ name: c1
+ - instanceGroup: eu-west-2c-master2
+ name: c2
name: events
version: 3.0.17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment