We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94e56b3 + 3ec9968 commit dbd815bCopy full SHA for dbd815b
website/source/docs/drivers/exec.html.md
@@ -52,6 +52,10 @@ You must specify a `command` to be executed. Optionally you can specify an
52
`artifact_source` to be downloaded as well. Any `command` is assumed to be present on the
53
running client, or a downloaded artifact.
54
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
+
59
## Examples
60
61
To run a binary present on the Node:
0 commit comments