Is ExecutorPlugin deprecated? It's still used as an example in the docs and some of the plugin examples #15755
brokenjacobs
started this conversation in
General
Replies: 1 comment
|
not deprecated, the confusion is that ExecutorPlugin is not a CRD you apply directly. it is a build-time format. when you run |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
But I can't find a reference to it in the API docs. It's very confusing.
See:
https://argo-workflows.readthedocs.io/en/latest/executor_plugins/
and "Next, create a manifest named plugin.yaml:"
It's unclear why this is needed. And there is no good documentation on what to put in your ConfigMap, or how (or if) it relates to this ExecutorPlugin kind.
All reactions