-
Notifications
You must be signed in to change notification settings - Fork 0
/
part4.yaml
148 lines (141 loc) · 3.08 KB
/
part4.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
apiVersion: kops.k8s.io/v1alpha2
kind: Cluster
metadata:
creationTimestamp: null
name: part4.k8s.local
spec:
api:
loadBalancer:
type: Public
authorization:
rbac: {}
channel: stable
cloudConfig:
gceServiceAccount: default
cloudProvider: gce
configBase: gs://<your-gs-bucket>/part4.k8s.local
containerRuntime: docker
etcdClusters:
- cpuRequest: 200m
etcdMembers:
- instanceGroup: master-europe-west3-a
name: a
memoryRequest: 100Mi
name: main
- cpuRequest: 100m
etcdMembers:
- instanceGroup: master-europe-west3-a
name: a
memoryRequest: 100Mi
name: events
iam:
allowContainerRegistry: true
legacy: false
kubelet:
anonymousAuth: false
kubernetesApiAccess:
- 0.0.0.0/0
kubernetesVersion: 1.23.16
masterPublicName: api.part4.k8s.local
networking:
kubenet: {}
nonMasqueradeCIDR: 100.64.0.0/10
project: <your-cloud-computing-architecture-gcp-project>
sshAccess:
- 0.0.0.0/0
subnets:
- name: europe-west3
region: europe-west3
type: Public
topology:
dns:
type: Public
masters: public
nodes: public
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: null
labels:
kops.k8s.io/cluster: part4.k8s.local
name: master-europe-west3-a
spec:
image: ubuntu-os-cloud/ubuntu-1804-bionic-v20210211
machineType: e2-standard-2
maxSize: 1
minSize: 1
nodeLabels:
cloud.google.com/metadata-proxy-ready: "true"
kops.k8s.io/instancegroup: master-europe-west3-a
role: Master
subnets:
- europe-west3
zones:
- europe-west3-a
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: null
labels:
kops.k8s.io/cluster: part4.k8s.local
name: memcache-server
spec:
image: ubuntu-os-cloud/ubuntu-1804-bionic-v20210211
machineType: n2d-highmem-4
maxSize: 1
minSize: 1
nodeLabels:
cloud.google.com/metadata-proxy-ready: "true"
kops.k8s.io/instancegroup: nodes-europe-west3-a
cca-project-nodetype: "memcached"
role: Node
subnets:
- europe-west3
zones:
- europe-west3-a
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: null
labels:
kops.k8s.io/cluster: part4.k8s.local
name: client-measure
spec:
image: ubuntu-os-cloud/ubuntu-1804-bionic-v20210211
machineType: e2-standard-2
maxSize: 1
minSize: 1
nodeLabels:
cloud.google.com/metadata-proxy-ready: "true"
kops.k8s.io/instancegroup: nodes-europe-west3-a
cca-project-nodetype: "client-measure"
role: Node
subnets:
- europe-west3
zones:
- europe-west3-a
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: null
labels:
kops.k8s.io/cluster: part4.k8s.local
name: client-agent
spec:
image: ubuntu-os-cloud/ubuntu-1804-bionic-v20210211
machineType: e2-standard-16
maxSize: 1
minSize: 1
nodeLabels:
cloud.google.com/metadata-proxy-ready: "true"
kops.k8s.io/instancegroup: nodes-europe-west3-a
cca-project-nodetype: "client-agent"
role: Node
subnets:
- europe-west3
zones:
- europe-west3-a