Closed alexec closed 4 years ago
Fix operator.go#1073:
log.Infof("Processing ready daemon pod: %v", pod.ObjectMeta.SelfLink)
}
for _, s := range append(pod.Status.InitContainerStatuses, pod.Status.ContainerStatuses...) {
t := s.State.Terminated
if t != nil && t.ExitCode > 0 {
newPhase, message = inferFailedReason(pod)
}
}
This has not been seen in the wild. Maybe a rare K3S only issue, for example. Fix might create new bugs.
Summary
Pod failed to start - workflows should have errored. But remained
Running
Diagnostics
What version of Argo Workflows are you running?
master
Message from the maintainers:
Impacted by this bug? Give it a š. We prioritise the issues with the most š.