forked from knowledgesystems/knowledgesystems-k8s-deployment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstancegroups.yaml
259 lines (237 loc) · 5.53 KB
/
instancegroups.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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2023-05-05T06:32:48Z"
labels:
kops.k8s.io/cluster: cbioportal.review.k8s.local
name: genie-genome-nexus
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20230302
machineType: t3.xlarge
maxSize: 2
minSize: 2
nodeLabels:
kops.k8s.io/instancegroup: genie-genome-nexus
role: Node
subnets:
- us-east-1a
- us-east-1c
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2020-12-09T21:11:58Z"
generation: 3
labels:
kops.k8s.io/cluster: cbioportal.review.k8s.local
name: genie-portals
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20230302
machineType: r5.xlarge
maxSize: 4
minSize: 4
nodeLabels:
kops.k8s.io/instancegroup: genie-portals
role: Node
subnets:
- us-east-1a
- us-east-1c
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2019-11-19T14:49:29Z"
generation: 16
labels:
kops.k8s.io/cluster: cbioportal.review.k8s.local
name: genome-nexus
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20230302
machineType: t3.xlarge
maxSize: 4
minSize: 4
nodeLabels:
kops.k8s.io/instancegroup: genome-nexus
role: Node
subnets:
- us-east-1a
- us-east-1c
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2023-05-05T04:53:04Z"
generation: 1
labels:
kops.k8s.io/cluster: cbioportal.review.k8s.local
name: gnap-genome-nexus
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20230302
machineType: t3.xlarge
maxSize: 2
minSize: 2
nodeLabels:
kops.k8s.io/instancegroup: gnap-genome-nexus
role: Node
subnets:
- us-east-1a
- us-east-1c
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2018-10-24T21:18:37Z"
generation: 27
labels:
kops.k8s.io/cluster: cbioportal.review.k8s.local
name: large-mem
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20230302
machineType: r5.xlarge
maxSize: 5
minSize: 4
nodeLabels:
kops.k8s.io/instancegroup: large-mem
role: Node
subnets:
- us-east-1a
- us-east-1c
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2018-08-06T18:29:31Z"
generation: 8
labels:
kops.k8s.io/cluster: cbioportal.review.k8s.local
name: master-us-east-1a
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20230302
machineType: t3.medium
maxSize: 1
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: master-us-east-1a
role: Master
subnets:
- us-east-1a
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2023-05-05T05:08:34Z"
labels:
kops.k8s.io/cluster: cbioportal.review.k8s.local
name: master-us-east-1b
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20230302
machineType: t3.medium
maxSize: 1
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: master-us-east-1b
role: Master
subnets:
- us-east-1b
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2023-05-05T05:08:44Z"
labels:
kops.k8s.io/cluster: cbioportal.review.k8s.local
name: master-us-east-1c
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20230302
machineType: t3.medium
maxSize: 1
minSize: 1
nodeLabels:
kops.k8s.io/instancegroup: master-us-east-1c
role: Master
subnets:
- us-east-1c
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2023-03-30T21:50:55Z"
generation: 1
labels:
kops.k8s.io/cluster: cbioportal.review.k8s.local
name: mission-critical
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20230302
machineType: r5.xlarge
maxSize: 3
minSize: 2
nodeLabels:
kops.k8s.io/instancegroup: mission-critical
role: Node
subnets:
- us-east-1a
- us-east-1c
taints:
- dedicated=mission-critical:NoSchedule
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2018-08-06T18:29:31Z"
generation: 6
labels:
kops.k8s.io/cluster: cbioportal.review.k8s.local
name: nodes
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20230302
machineType: t2.medium
maxSize: 3
minSize: 3
nodeLabels:
kops.k8s.io/instancegroup: nodes
role: Node
subnets:
- us-east-1a
- us-east-1c
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2023-03-16T17:36:46Z"
generation: 4
labels:
kops.k8s.io/cluster: cbioportal.review.k8s.local
name: oncokb
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20230302
machineType: r5.2xlarge
maxSize: 2
minSize: 2
nodeLabels:
kops.k8s.io/instancegroup: oncokb
role: Node
subnets:
- us-east-1a
- us-east-1c
taints:
- dedicated=oncokb:NoSchedule
---
apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: "2020-07-02T20:34:53Z"
generation: 6
labels:
kops.k8s.io/cluster: cbioportal.review.k8s.local
name: redis-persistence-cache
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20230302
machineType: r5.xlarge
maxSize: 3
minSize: 3
nodeLabels:
kops.k8s.io/instancegroup: redis-persistence-cache
role: Node
subnets:
- us-east-1a
- us-east-1c