Closed julienteisseire closed 3 weeks ago
Hi again,
I fixed my problem by setting service account (the same created by workflow.serviceAccount) to workflow-controller in my values.yaml :
controller:
serviceAccount:
create: false
name: "argo-workflow"
Pre-requisites
:latest
image tag (i.e.quay.io/argoproj/workflow-controller:latest
) and can confirm the issue still exists on:latest
. If not, I have explained why, in detail, in my description below.What happened? What did you expect to happen?
Hi,
I submit workflow with http template and 2 http calls with no error.
But while looking at logs of the workflow-controller, I found this error :
But no error during execution / watch, and role properly configured.
Snippet of role configuration :
I would like to know why I have this error in workflow-controller logs. Additional question is about CronWorkflows, do I have to understand that step status during workflow execution is checked every 10 seconds ?
Thank you workflow.log
Version(s)
v3.5.12
Paste a minimal 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