Skip to content

Commit

Permalink
docs: update default executor
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec authored Oct 20, 2021
1 parent 0d43e2e commit 006b4ec
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/workflow-executors.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ A workflow executor is a process that conforms to a specific interface that allo
The executor to be used in your workflows can be changed in [the configmap](./workflow-controller-configmap.yaml) under the `containerRuntimeExecutor` key.


## Docker (docker)
## Docker (docker)

**default**
⚠️Deprecated.

**default in <= v3.2 **

* Reliability:
* Most well-tested
Expand Down Expand Up @@ -92,6 +94,8 @@ The executor to be used in your workflows can be changed in [the configmap](./wo

> v3.1 and after
**default in <= v3.3 **

This is the most fully featured executor.

* Reliability:
Expand Down Expand Up @@ -127,4 +131,4 @@ a [configuration item](workflow-controller-configmap.yaml).

### Exit Code 64

The emissary will exit with code 64 if it fails. This may indicate a bug in the emissary.
The emissary will exit with code 64 if it fails. This may indicate a bug in the emissary.

0 comments on commit 006b4ec

Please sign in to comment.