Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Behaviour of timer with finalizer #1104

Open
monera023 opened this issue Feb 15, 2024 · 0 comments
Open

Behaviour of timer with finalizer #1104

monera023 opened this issue Feb 15, 2024 · 0 comments
Labels
question Further information is requested

Comments

@monera023
Copy link

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:

  1. When does kopf add this finalizers?
  2. 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

@monera023 monera023 added the question Further information is requested label Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant