executor plugins example from documentation does not work #13015
Labels
area/agent
Argo Agent that runs for HTTP and Plugin templates
area/docs
Incorrect, missing, or mistakes in docs
area/executor
area/plugins
P2
Important. All bugs with >=3 thumbs up that aren’t P0 or P1, plus: Any other bugs deemed important
solution/workaround
There's a workaround, might not be great, but exists
type/bug
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?
Executor_plugins example provided in the documentation does not work even after adjusting the default service account permissions.
To setup the initial environment I followed the quick guide steps and updated
default
service account RBAC permissions.Also it's odd that the logs are complaining about
system:serviceaccount:argo:argo
permissions, even If I am not setting the service account toargo
in the Workflow. Based on the documentation it should usedefault
.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: