Y
Hacker News
new
|
ask
|
show
|
jobs
by
chedabob
2372 days ago
How does Turing handle the instances being terminated? Does it just start again from the beginning?
1 comments
shipit
2372 days ago
We deploy the pipeline as a kubernetes job, once the build completes and posts logs/artifacts (apk) -- the job is archived and pods are evicted. So yes, starts from the beginning.
link
petedoyle
2372 days ago
Just curious- is it built on Tekton? :) Have been tempted to play around with it.
link
shipit
2371 days ago
ah no - just plain old Vue, Go, and k8s :)
link