daemon container won't be delete if deadline exceeded happen #10029
Labels
area/controller
Controller issues, panics
area/daemon-steps
P3
Low priority
problem/more information needed
Not enough information has been provide to diagnose this issue.
problem/stale
This has not had a response in some time
type/bug
Pre-requisites
:latest
What happened/what you expected to happen?
We use the daemon container of argo workflow, but the workflow happened hang forever sometimes.
The processes workflow:
logs:
And I checked source code as bellow, whether
ErrDeadlineExceeded
the workflow won't be reconciled if workflow only one daemon container in the end unless restart controller?https://github.com/argoproj/argo-workflows/blob/master/workflow/controller/operator.go#L346-L353
Version
v3.2.6
Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
Hard to reproduce.
Logs from the workflow controller
level=error msg="error in entry template execution" error="Deadline exceeded"
Logs from in your workflow's wait container
no useful log
The text was updated successfully, but these errors were encountered: