How does Woodpecker CI deals with pod deletion? #3835
-
I've been experiencing issues with the delete pod operation in my Woodpecker CI pipelines. Specifically, I've encountered the following error message:
For example, should a step in the pipeline fail if the pod fails to be deleted? Or should there be some form of error handling to ensure the pipeline continues running despite pod deletion failures? Thank you for your assistance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Define
This looks like Agent cannot call Kubernetes API.
That might happen. I used to have abandoned PVC/PV after Agent crash.
Would be great, if it is not implemented yet.
This one, I believe. Almost all is there, start from kubernetes.go. |
Beta Was this translation helpful? Give feedback.
Define
reliable
:)This looks like Agent cannot call Kubernetes API.
That might happen. I used to have abandoned PVC/PV after Agent crash.
Would be great, if it is not implemented yet.
This one, I believe.
Edit: ⬆️ by default, however there is on failure condition.
Almost all is there, start …