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 workflow failed to complete in 1900s seconds with the error: error: An error occurred while waiting for the condition to be satisfied: an error on the server ("unable to decode an event from the watch stream: stream error: stream ID 3; INTERNAL_ERROR")"
Within the argo workflow controller pods:
1 reflector.go:138] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:167: Failed to watch *v1alpha1.WorkflowTaskSet: failed to list *v1alpha1.WorkflowTaskSet: workflowtasksets.argoproj.io is forbidden: User "system:serviceaccount::" cannot list resource "workflowtasksets" in API group "argoproj.io"
Why is argo workflow failing for these new images?
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 am currently deploying argo workflow controller k8s deployment (configmap and service account included) with the argoproj/argoexec:latest-linux-amd64 (https://hub.docker.com/layers/argoproj/argoexec/latest-linux-amd64/images/sha256-83299d0adac95f15297485815c5d614c42484f098a00ba70e9b3d9446b22fd3e?context=explore) with the "--executor-image" arg and the argoproj/workflow-controller:latest-linux-amd64 image: https://hub.docker.com/layers/argoproj/workflow-controller/latest-linux-amd64/images/sha256-7680f2cf312af32d5b9ee0d0865bf277d8ba4f64ce4d5a4e2633931ce8b362fb?context=explore
I am seeing these errors with:
Within the argo workflow controller pods:
Why is argo workflow failing for these new images?
Beta Was this translation helpful? Give feedback.
All reactions