Skip to content

Instantly share code, notes, and snippets.

@krisnova
Created April 3, 2017 19:21
Show Gist options
  • Save krisnova/2c0ae50e6d141048c89ea3076ec47c8c to your computer and use it in GitHub Desktop.
Save krisnova/2c0ae50e6d141048c89ea3076ec47c8c to your computer and use it in GitHub Desktop.
cluster-spec
# Please edit the object below. Lines beginning with a '#' will be ignored,
# and an empty file will abort the edit. If an error occurs while saving this file will be
# reopened with the relevant failures.
#
apiVersion: kops/v1alpha2
kind: Cluster
metadata:
creationTimestamp: 2017-04-03T19:18:12Z
name: demo.nivenly.com
spec:
api:
dns: {}
authorization:
alwaysAllow: {}
channel: stable
cloudProvider: aws
configBase: s3://nivenly-state-store/demo.nivenly.com
etcdClusters:
- etcdMembers:
- instanceGroup: master-us-west-1a
name: a
name: main
- etcdMembers:
- instanceGroup: master-us-west-1a
name: a
name: events
kubernetesApiAccess:
- 0.0.0.0/0
kubernetesVersion: 1.5.2
masterInternalName: api.internal.demo.nivenly.com
masterPublicName: api.demo.nivenly.com
networkCIDR: 172.20.0.0/16
networking:
kubenet: {}
nonMasqueradeCIDR: 100.64.0.0/10
sshAccess:
- 0.0.0.0/0
subnets:
- cidr: 172.20.32.0/19
name: us-west-1a
type: Public
zone: us-west-1a
topology:
dns:
type: Public
masters: public
nodes: public
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment