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 workflow.failures variable is provided to exit-handler step for debug. Since step failed due to node issue sometimes, the workflow failures need to contain a hostNodeName field.
Message from the maintainers:
Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.
The text was updated successfully, but these errors were encountered:
Summary
I'm analyzing workflow.failure to get the message of workflow failure. But sometimes workflow step failed due to node failure, e.g. node OOM, node networkf issue. I want workflow.failures to support posting hostNodeName. As I see, it's simple to add it in https://github.com/argoproj/argo-workflows/blob/master/workflow/controller/operator.go#L105 as we could already get node.hostNodeName here.
Use Cases
The
workflow.failures
variable is provided to exit-handler step for debug. Since step failed due to node issue sometimes, theworkflow failures
need to contain ahostNodeName
field.Message from the maintainers:
Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.
The text was updated successfully, but these errors were encountered: