You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 have Completed status. This number will only increase over time.
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!
The text was updated successfully, but these errors were encountered: