Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created June 17, 2018 22:14
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 1ambda/8100fd73b6f865f21d0c68b2376cad7b to your computer and use it in GitHub Desktop.
Save 1ambda/8100fd73b6f865f21d0c68b2376cad7b to your computer and use it in GitHub Desktop.
masterPublicName: api.kops.${project}.${enterprise}.enterprise.${vendor}.k8s.local
networkCIDR: ${vpc_cidr}
networkID: ${vpc_id}
networking:
weave:
mtu: 8912
nonMasqueradeCIDR: 100.64.0.0/10
sshAccess:
- 0.0.0.0/0
subnets:
- cidr: ${private_subnet_cidr1}
id: ${private_subnet_id1}
name: ${vpc_az1}
type: Private
zone: ${vpc_az1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment