Replies: 1 comment
-
|
Hey @hermesdt! Normally, cancelling a flow run causes the corresponding Kubernetes pod to exit, so deleting the pod shouldn't be necessary. We don't expose the ability to delete a pod via the Prefect UI, so you'll need to delete it via You may be encountering an issue with our cancellation handling. Did the pod keep running after you tried to cancel the run? If so, could you share the logs from your Kubernetes pod so we can debug the failure? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm using prefect 3.6.13 and running a kubernetes worker. When I cancel a running job from the UI (deployed via helm-charts) the job keeps running and stays in a cancelling state.
Is it possible to deleted kubernetes pods from the UI?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions