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

[HELP] [FINALIZER] Do not patch finalizer to resources watched by operator. #113

Open
laiminhtrung1997 opened this issue Oct 27, 2024 · 0 comments

Comments

@laiminhtrung1997
Copy link

Type of question

Open question

Question

What did you do?

Delete K8S pod watched by operator.

What did you expect to see?

The operator does not patch the finalizer to the K8S deleting pod.

What did you see instead? Under which circumstances?

The K8S pod is stuck a few minutes after being deleted because the finalizer exists. The operator is processing many K8S resources, so it takes time to handle the K8S pod that needs to be deleted.

Environment

Kubernetes cluster type:

AWS EKS

$ operator-sdk version

v1.34.3

$ kubectl version

1.30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant