Created
June 13, 2018 21:05
-
-
Save bernardoVale/2ddadec7dbb1449a0d2be97d9c14e9cc to your computer and use it in GitHub Desktop.
kops with docker 17.09
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: kops/v1alpha2 | |
kind: Cluster | |
metadata: | |
creationTimestamp: 2018-06-13T17:45:29Z | |
name: k8s-sbx.avenuecode.io | |
spec: | |
api: | |
dns: {} | |
authorization: | |
rbac: {} | |
docker: | |
version: 17.09.0 | |
channel: stable | |
cloudLabels: | |
Project: K8S | |
cloudProvider: aws | |
configBase: s3://k8s-sbx-avenuecode-io-state-store/k8s-sbx.avenuecode.io | |
etcdClusters: | |
- etcdMembers: | |
- instanceGroup: master-us-east-1a | |
name: a | |
name: main | |
- etcdMembers: | |
- instanceGroup: master-us-east-1a | |
name: a | |
name: events | |
iam: | |
allowContainerRegistry: true | |
legacy: false | |
kubernetesApiAccess: | |
- 0.0.0.0/0 | |
kubernetesVersion: 1.9.6 | |
masterPublicName: api.k8s-sbx.avenuecode.io | |
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-east-1a | |
type: Public | |
zone: us-east-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