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
While using kopf in a workflow we are facing an issue where some of our pods are getting stuck in Terminating state with the finalizer and deletionTimestamp. These pods seem to be stuck unless manual patch is done.
We just use on.event and .timer for our use case.
I had a few questions:
When does kopf add this finalizers?
Even though we have a .timer which runs in an interval (1 min ) and checks for such Terminating pods, such pods still remain. When does finalizer get removed from such pods?
If these pods are stuck due to operator on something how can we check?
We use kopf: 0.28
The text was updated successfully, but these errors were encountered:
Keywords
finalizer, timer
Problem
While using kopf in a workflow we are facing an issue where some of our pods are getting stuck in Terminating state with the finalizer and deletionTimestamp. These pods seem to be stuck unless manual patch is done.
We just use on.event and .timer for our use case.
I had a few questions:
If these pods are stuck due to operator on something how can we check?
We use kopf: 0.28
The text was updated successfully, but these errors were encountered: