Setting ALWAYS_OFFLOAD_NODE_STATUS
without setting nodeStatusOffLoad
results in workflow errors
#12563
Open
3 of 4 tasks
Labels
Pre-requisites
:latest
What happened/what did you expect to happen?
I was in the process of enabling node status offloading. As part of this I set the
ALWAYS_OFFLOAD_NODE_STATUS
environment variable and missed making thenodeStatusOffload
property in the configmap to true.This resulted in the workflows failing with the error:
offload node status is not supported
(cli) andWorkflow operation error
(ui).While this is definitely a configuration issue, it would be nice to have the controller ignore the
ALWAYS_OFFLOAD_NODE_STATUS
flag if thenodeStatusOffload
setting is set to false so that users don't have to disable both if they need to disable node status offloading.Version
latest
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.
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: