Open MarkPare opened 6 years ago
Is this not an issue for anyone else?
Hey @MarkPare this should not be the case. Can you post the minimal Jenkinsfile that reproduces this and also how your Kubernetes plugin is configured? What version of K8s and Jenkins is this?
Each build spawns a new pod to carry out the build. I understand that this is expected behavior, but what I'm wondering is is there any mechanism for cleanup? Right now my GKE console and
kubectl get pods
command are polluted by dozens of pods that haveCompleted
status. This number will only increase over time.@viglesiasce, any thoughts?
Thanks!