Dmitry Bazhal

Results 26 comments of Dmitry Bazhal

Just to add two cents. There already is useful ttl mechanism operator - https://github.com/hjacobs/kube-janitor And we tried that thing, but the point is, TTL is pretty bad helper here. Because...

Also, I would like to have option like ".spec.cleanRunObjectsOnDelete", to be able to be sure all run objects removed on pipeline deletion(that could be implemented through setting ownerReferences for run...

> > We already have some "operator" written in python > > @dbazhal could you share it with us. it would be a great reference for us. not sure if...

Also i remembered nice example of how run objects pruning should be handled and it is openshift build operator handling builds cleanup for buildconfigs(straight analogy for pipelines and pipelineruns). https://docs.okd.io/latest/cicd/builds/advanced-build-operations.html#builds-build-pruning_advanced-build-operations...