Skip to content

Commit dbd815b

Browse files
committed
Merge pull request #870 from hashicorp/f-exec-driver-error-doc-update
Add a specific entry for the common error you may see
2 parents 94e56b3 + 3ec9968 commit dbd815b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/source/docs/drivers/exec.html.md

+4
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ You must specify a `command` to be executed. Optionally you can specify an
5252
`artifact_source` to be downloaded as well. Any `command` is assumed to be present on the
5353
running client, or a downloaded artifact.
5454
55+
If you are receiving the error `* Constraint "missing drivers" filtered <> nodes`
56+
and using the exec driver, check to ensure that you are running Nomad as root. This
57+
also applies for running Nomad in -dev mode.
58+
5559
## Examples
5660
5761
To run a binary present on the Node:

0 commit comments

Comments
 (0)