mirror of https://github.com/kubernetes/kops.git
				
				
				
			
		
			
				
	
	
		
			106 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			106 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			YAML
		
	
	
	
apiVersion: kops.k8s.io/v1alpha2
 | 
						|
kind: Cluster
 | 
						|
metadata:
 | 
						|
  creationTimestamp: "2016-12-10T22:42:27Z"
 | 
						|
  name: minimal-ipv6.example.com
 | 
						|
spec:
 | 
						|
  api:
 | 
						|
    loadBalancer:
 | 
						|
      type: Public
 | 
						|
      class: Network
 | 
						|
  kubernetesApiAccess:
 | 
						|
  - 0.0.0.0/0
 | 
						|
  - ::/0
 | 
						|
  sshAccess:
 | 
						|
  - 0.0.0.0/0
 | 
						|
  - ::/0
 | 
						|
  channel: stable
 | 
						|
  cloudConfig:
 | 
						|
    awsEBSCSIDriver:
 | 
						|
      enabled: true
 | 
						|
  cloudControllerManager: {}
 | 
						|
  cloudProvider: aws
 | 
						|
  configBase: memfs://clusters.example.com/minimal-ipv6.example.com
 | 
						|
  etcdClusters:
 | 
						|
  - etcdMembers:
 | 
						|
    - instanceGroup: master-us-test-1a
 | 
						|
      name: us-test-1a
 | 
						|
    name: main
 | 
						|
  - etcdMembers:
 | 
						|
    - instanceGroup: master-us-test-1a
 | 
						|
      name: us-test-1a
 | 
						|
    name: events
 | 
						|
  iam: {}
 | 
						|
  kubelet:
 | 
						|
    anonymousAuth: false
 | 
						|
  kubernetesVersion: v1.23.0
 | 
						|
  masterInternalName: api.internal.minimal-ipv6.example.com
 | 
						|
  masterPublicName: api.minimal-ipv6.example.com
 | 
						|
  networkCIDR: 172.20.0.0/16
 | 
						|
  networking:
 | 
						|
    cni: {}
 | 
						|
  nonMasqueradeCIDR: ::/0
 | 
						|
  topology:
 | 
						|
    masters: private
 | 
						|
    nodes: private
 | 
						|
  subnets:
 | 
						|
  - cidr: 172.20.32.0/19
 | 
						|
    ipv6CIDR: 2001:db8:0:111::/64
 | 
						|
    name: us-test-1a
 | 
						|
    type: Private
 | 
						|
    zone: us-test-1a
 | 
						|
  - cidr: 172.20.64.0/19
 | 
						|
    ipv6CIDR: 2001:db8:0:112::/64
 | 
						|
    name: us-test-1b
 | 
						|
    type: Private
 | 
						|
    zone: us-test-1b
 | 
						|
  - cidr: 172.20.0.0/22
 | 
						|
    ipv6CIDR: 2001:db8:0:113::/64
 | 
						|
    name: utility-us-test-1a
 | 
						|
    type: Utility
 | 
						|
    zone: us-test-1a
 | 
						|
  - cidr: 172.20.4.0/22
 | 
						|
    ipv6CIDR: 2001:db8:0:114::/64
 | 
						|
    name: utility-us-test-1b
 | 
						|
    type: Utility
 | 
						|
    zone: us-test-1b
 | 
						|
 | 
						|
---
 | 
						|
 | 
						|
apiVersion: kops.k8s.io/v1alpha2
 | 
						|
kind: InstanceGroup
 | 
						|
metadata:
 | 
						|
  creationTimestamp: "2016-12-10T22:42:28Z"
 | 
						|
  name: nodes
 | 
						|
  labels:
 | 
						|
    kops.k8s.io/cluster: minimal-ipv6.example.com
 | 
						|
spec:
 | 
						|
  associatePublicIp: true
 | 
						|
  image: kope.io/k8s-1.4-debian-jessie-amd64-hvm-ebs-2016-10-21
 | 
						|
  machineType: t2.medium
 | 
						|
  maxSize: 2
 | 
						|
  minSize: 2
 | 
						|
  role: Node
 | 
						|
  subnets:
 | 
						|
  - us-test-1a
 | 
						|
  - us-test-1b
 | 
						|
 | 
						|
---
 | 
						|
 | 
						|
apiVersion: kops.k8s.io/v1alpha2
 | 
						|
kind: InstanceGroup
 | 
						|
metadata:
 | 
						|
  creationTimestamp: "2016-12-10T22:42:28Z"
 | 
						|
  name: master-us-test-1a
 | 
						|
  labels:
 | 
						|
    kops.k8s.io/cluster: minimal-ipv6.example.com
 | 
						|
spec:
 | 
						|
  associatePublicIp: true
 | 
						|
  image: kope.io/k8s-1.4-debian-jessie-amd64-hvm-ebs-2016-10-21
 | 
						|
  machineType: m3.medium
 | 
						|
  maxSize: 1
 | 
						|
  minSize: 1
 | 
						|
  role: Master
 | 
						|
  subnets:
 | 
						|
  - us-test-1a
 |