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
Argo works as expected with I apply my own serviceaccount, but when I apply my own configMap, it gives the following results:
using the --watch option, the workflow never finishes.
If I stop execution, the pod is listed as "Not Ready"
The logs show the expected (correct) result:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have just rebuilt Argo and am doing testing using the hello-world yaml (https://raw.githubusercontent.com/argoproj/argo-workflows/master/examples/hello-world.yaml)
Argo works as expected with I apply my own serviceaccount, but when I apply my own configMap, it gives the following results:
using the --watch option, the workflow never finishes.
If I stop execution, the pod is listed as "Not Ready"
The logs show the expected (correct) result:
< hello world >
Beta Was this translation helpful? Give feedback.
All reactions