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
In order to successfully initialise the pods for running the workflow, a ServiceAccount with sufficient rights has to be specified in the .yaml file. (Tested with argo_pf_start.yaml)
Otherwise it might present the following error:
Error (exit code 1): pods "process-name-prepare-template" is forbidden: User "system:serviceaccount:argo:default" cannot patch resource "pods" in API group "" in the namespace "argo"
The following line:
serviceAccountName: argo
can be added under "spec:" in the workflow's file to set it and successfully complete the initialisation process of the pods so they can run the jobs.
The text was updated successfully, but these errors were encountered:
In order to successfully initialise the pods for running the workflow, a ServiceAccount with sufficient rights has to be specified in the .yaml file. (Tested with argo_pf_start.yaml)
Otherwise it might present the following error:
The following line:
can be added under "spec:" in the workflow's file to set it and successfully complete the initialisation process of the pods so they can run the jobs.
The text was updated successfully, but these errors were encountered: