This repository has been archived by the owner on Sep 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathcbi-latest.yaml
625 lines (601 loc) · 12.3 KB
/
cbi-latest.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
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
# Autogenerated at Wed Jul 11 15:25:58 JST 2018.
# Command: [/tmp/go-build449822601/b001/exe/generate_manifests generate-manifests containerbuilding latest]
# Contains 24 manifests.
# 0. Namespace [Namespace]
# 1. CustomResourceDefinition [CRD (BuildJob)]
# 2. ServiceAccount [ServiceAccount used by CBI controller daemon]
# 3. ClusterRole [ClusterRole used by CBI controller daemon]
# 4. ClusterRoleBinding [ClusterRoleBinding for binding the role to the service account.]
# 5. Deployment [Plugin: docker]
# 6. Service [Service for deployment cbi-docker]
# 7. Deployment [BuildKit daemon]
# 8. Service [Service for deployment cbi-buildkit-buildkitd]
# 9. Deployment [Plugin: buildkit]
# 10. Service [Service for deployment cbi-buildkit]
# 11. Deployment [Plugin: buildah]
# 12. Service [Service for deployment cbi-buildah]
# 13. Deployment [Plugin: kaniko]
# 14. Service [Service for deployment cbi-kaniko]
# 15. Deployment [Plugin: img]
# 16. Service [Service for deployment cbi-img]
# 17. Deployment [Plugin: gcb]
# 18. Service [Service for deployment cbi-gcb]
# 19. Deployment [Plugin: acb]
# 20. Service [Service for deployment cbi-acb]
# 21. Deployment [Plugin: s2i]
# 22. Service [Service for deployment cbi-s2i]
# 23. Deployment [CBI controller daemon. Plugin addresses=[cbi-docker cbi-buildkit cbi-buildah cbi-kaniko cbi-img cbi-gcb cbi-acb cbi-s2i]]
---
# 0. Namespace
apiVersion: v1
kind: Namespace
metadata:
creationTimestamp: null
name: cbi-system
spec: {}
status: {}
---
# 1. CRD (BuildJob)
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: buildjobs.cbi.containerbuilding.github.io
spec:
group: cbi.containerbuilding.github.io
names:
kind: BuildJob
plural: buildjobs
scope: Namespaced
version: v1alpha1
status:
acceptedNames:
kind: ""
plural: ""
conditions: null
---
# 2. ServiceAccount used by CBI controller daemon
apiVersion: v1
kind: ServiceAccount
metadata:
creationTimestamp: null
name: cbi
namespace: cbi-system
---
# 3. ClusterRole used by CBI controller daemon
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: cbi
rules:
- apiGroups:
- batch
resources:
- jobs
verbs:
- '*'
- apiGroups:
- cbi.containerbuilding.github.io
resources:
- buildjobs
verbs:
- get
- list
- watch
---
# 4. ClusterRoleBinding for binding the role to the service account.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
creationTimestamp: null
name: cbi
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cbi
subjects:
- kind: ServiceAccount
name: cbi
namespace: cbi-system
---
# 5. Plugin: docker
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: cbi-docker
name: cbi-docker
namespace: cbi-system
spec:
selector:
matchLabels:
app: cbi-docker
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: cbi-docker
spec:
containers:
- args:
- -logtostderr
- -v=4
- -helper-image=containerbuilding/cbipluginhelper:latest
- -docker-image=docker:18.03
image: containerbuilding/cbi-docker:latest
imagePullPolicy: Always
name: cbi-docker
ports:
- containerPort: 12111
resources: {}
status: {}
---
# 6. Service for deployment cbi-docker
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: cbi-docker
name: cbi-docker
namespace: cbi-system
spec:
ports:
- port: 12111
targetPort: 0
selector:
app: cbi-docker
status:
loadBalancer: {}
---
# 7. BuildKit daemon
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: cbi-buildkit-buildkitd
name: cbi-buildkit-buildkitd
namespace: cbi-system
spec:
selector:
matchLabels:
app: cbi-buildkit-buildkitd
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: cbi-buildkit-buildkitd
spec:
containers:
- args:
- --addr
- tcp://0.0.0.0:1234
image: tonistiigi/buildkit:latest
imagePullPolicy: Always
name: cbi-buildkit-buildkitd
ports:
- containerPort: 1234
resources: {}
securityContext:
privileged: true
status: {}
---
# 8. Service for deployment cbi-buildkit-buildkitd
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: cbi-buildkit-buildkitd
name: cbi-buildkit-buildkitd
namespace: cbi-system
spec:
ports:
- port: 1234
targetPort: 0
selector:
app: cbi-buildkit-buildkitd
status:
loadBalancer: {}
---
# 9. Plugin: buildkit
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: cbi-buildkit
name: cbi-buildkit
namespace: cbi-system
spec:
selector:
matchLabels:
app: cbi-buildkit
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: cbi-buildkit
spec:
containers:
- args:
- -logtostderr
- -v=4
- -helper-image=containerbuilding/cbipluginhelper:latest
- -buildctl-image=tonistiigi/buildkit:latest
- -buildkitd-addr=tcp://cbi-buildkit-buildkitd.cbi-system.svc.cluster.local:1234
image: containerbuilding/cbi-buildkit:latest
imagePullPolicy: Always
name: cbi-buildkit
ports:
- containerPort: 12111
resources: {}
status: {}
---
# 10. Service for deployment cbi-buildkit
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: cbi-buildkit
name: cbi-buildkit
namespace: cbi-system
spec:
ports:
- port: 12111
targetPort: 0
selector:
app: cbi-buildkit
status:
loadBalancer: {}
---
# 11. Plugin: buildah
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: cbi-buildah
name: cbi-buildah
namespace: cbi-system
spec:
selector:
matchLabels:
app: cbi-buildah
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: cbi-buildah
spec:
containers:
- args:
- -logtostderr
- -v=4
- -helper-image=containerbuilding/cbipluginhelper:latest
- -buildah-image=containerbuilding/buildah:latest
image: containerbuilding/cbi-buildah:latest
imagePullPolicy: Always
name: cbi-buildah
ports:
- containerPort: 12111
resources: {}
status: {}
---
# 12. Service for deployment cbi-buildah
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: cbi-buildah
name: cbi-buildah
namespace: cbi-system
spec:
ports:
- port: 12111
targetPort: 0
selector:
app: cbi-buildah
status:
loadBalancer: {}
---
# 13. Plugin: kaniko
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: cbi-kaniko
name: cbi-kaniko
namespace: cbi-system
spec:
selector:
matchLabels:
app: cbi-kaniko
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: cbi-kaniko
spec:
containers:
- args:
- -logtostderr
- -v=4
- -helper-image=containerbuilding/cbipluginhelper:latest
- -kaniko-image=gcr.io/kaniko-project/executor:latest
image: containerbuilding/cbi-kaniko:latest
imagePullPolicy: Always
name: cbi-kaniko
ports:
- containerPort: 12111
resources: {}
status: {}
---
# 14. Service for deployment cbi-kaniko
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: cbi-kaniko
name: cbi-kaniko
namespace: cbi-system
spec:
ports:
- port: 12111
targetPort: 0
selector:
app: cbi-kaniko
status:
loadBalancer: {}
---
# 15. Plugin: img
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: cbi-img
name: cbi-img
namespace: cbi-system
spec:
selector:
matchLabels:
app: cbi-img
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: cbi-img
spec:
containers:
- args:
- -logtostderr
- -v=4
- -helper-image=containerbuilding/cbipluginhelper:latest
- -img-image=r.j3ss.co/img:latest
image: containerbuilding/cbi-img:latest
imagePullPolicy: Always
name: cbi-img
ports:
- containerPort: 12111
resources: {}
status: {}
---
# 16. Service for deployment cbi-img
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: cbi-img
name: cbi-img
namespace: cbi-system
spec:
ports:
- port: 12111
targetPort: 0
selector:
app: cbi-img
status:
loadBalancer: {}
---
# 17. Plugin: gcb
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: cbi-gcb
name: cbi-gcb
namespace: cbi-system
spec:
selector:
matchLabels:
app: cbi-gcb
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: cbi-gcb
spec:
containers:
- args:
- -logtostderr
- -v=4
- -helper-image=containerbuilding/cbipluginhelper:latest
- -gcloud-image=google/cloud-sdk:alpine
image: containerbuilding/cbi-gcb:latest
imagePullPolicy: Always
name: cbi-gcb
ports:
- containerPort: 12111
resources: {}
status: {}
---
# 18. Service for deployment cbi-gcb
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: cbi-gcb
name: cbi-gcb
namespace: cbi-system
spec:
ports:
- port: 12111
targetPort: 0
selector:
app: cbi-gcb
status:
loadBalancer: {}
---
# 19. Plugin: acb
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: cbi-acb
name: cbi-acb
namespace: cbi-system
spec:
selector:
matchLabels:
app: cbi-acb
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: cbi-acb
spec:
containers:
- args:
- -logtostderr
- -v=4
- -helper-image=containerbuilding/cbipluginhelper:latest
- -az-image=microsoft/azure-cli:latest
image: containerbuilding/cbi-acb:latest
imagePullPolicy: Always
name: cbi-acb
ports:
- containerPort: 12111
resources: {}
status: {}
---
# 20. Service for deployment cbi-acb
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: cbi-acb
name: cbi-acb
namespace: cbi-system
spec:
ports:
- port: 12111
targetPort: 0
selector:
app: cbi-acb
status:
loadBalancer: {}
---
# 21. Plugin: s2i
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: cbi-s2i
name: cbi-s2i
namespace: cbi-system
spec:
selector:
matchLabels:
app: cbi-s2i
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: cbi-s2i
spec:
containers:
- args:
- -logtostderr
- -v=4
- -helper-image=containerbuilding/cbipluginhelper:latest
- -s2i-image=containerbuilding/s2i:latest
image: containerbuilding/cbi-s2i:latest
imagePullPolicy: Always
name: cbi-s2i
ports:
- containerPort: 12111
resources: {}
status: {}
---
# 22. Service for deployment cbi-s2i
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: cbi-s2i
name: cbi-s2i
namespace: cbi-system
spec:
ports:
- port: 12111
targetPort: 0
selector:
app: cbi-s2i
status:
loadBalancer: {}
---
# 23. CBI controller daemon. Plugin addresses=[cbi-docker cbi-buildkit cbi-buildah cbi-kaniko cbi-img cbi-gcb cbi-acb cbi-s2i]
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: cbid
name: cbid
namespace: cbi-system
spec:
selector:
matchLabels:
app: cbid
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: cbid
spec:
containers:
- args:
- -logtostderr
- -v=4
- -cbi-plugins=cbi-docker,cbi-buildkit,cbi-buildah,cbi-kaniko,cbi-img,cbi-gcb,cbi-acb,cbi-s2i
image: containerbuilding/cbid:latest
imagePullPolicy: Always
name: cbid
resources: {}
serviceAccountName: cbi
status: {}