Skip to content

Instantly share code, notes, and snippets.

@KashifSaadat
Last active January 24, 2018 12:49
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/6fbced9cba585290bd5e3341108e8b15 to your computer and use it in GitHub Desktop.
Save KashifSaadat/6fbced9cba585290bd5e3341108e8b15 to your computer and use it in GitHub Desktop.
Supporting new AWS Availability Zones in kops - SubnetSpec
subnets:
— cidr: 10.100.0.0/24
name: eu-west-2a
type: Public
zone: eu-west-2a
— cidr: 10.100.1.0/24
name: eu-west-2b
type: Public
zone: eu-west-2b
+ — cidr: 10.100.2.0/24
+ name: eu-west-2c
+ type: Public
+ zone: eu-west-2c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment