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

TF-Runner stuck in Terminating state with finalizer foregroundDeletion #1500

Open
BellonXiao opened this issue Jan 8, 2025 · 0 comments
Open

Comments

@BellonXiao
Copy link

BellonXiao commented Jan 8, 2025

Our tf runner met some unknown error and stuck in terminating status. The pod detail shows:

apiVersion: v1
kind: Pod
metadata:
  creationTimestamp: "2025-01-07T04:08:55Z"
  deletionGracePeriodSeconds: 0
  deletionTimestamp: "2025-01-07T04:10:30Z"
  finalizers:
  - foregroundDeletion
  name: tf-runner
  namespace: foobar
...
status:
  containerStatuses:
  ...
  state:
      terminated:
        exitCode: 137
        finishedAt: "2025-01-07T04:10:32Z"
        reason: Error
        startedAt: "2025-01-07T04:08:58Z"

From Kubernetes doc we know that this pod is in foreground cascading deletion, that means probably there's some resource depend on this pod. But we didn't find what resource depend on this pod.

Can you explain what resource depend the tf-runner pod OR in what condition this will happen?

Thanks a lot!

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