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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: