-
Bug
-
Resolution: Unresolved
-
Minor
-
None
Hi,
we see the problem, that Jenkins Slaves are not cleaned up properly when the Jenkins Master is removed from Kubernetes.
We thought about multiply solutions (like a cronjob to clean them up) but we think the best approach would be to allow Kubernetes to clean them up by itself:
https://kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/
To be able to do so, the ownerReference field for Jenkins Slaves need to point to the Jenkins Master.
[JENKINS-59789] Cleanup/GC Jenkins Slaves when Jenkins Master is removed
Issue Type | Original: Improvement [ 4 ] | New: Bug [ 1 ] |