link to flag from alloc exec doc

This commit is contained in:
Mahmood Ali 2019-06-04 14:37:56 -04:00
parent a9f81f2daa
commit 89930873da
1 changed files with 6 additions and 0 deletions

View File

@ -117,3 +117,9 @@ nomad alloc exec -job <job-id> <command> [<args>...]
Choosing a specific allocation is useful for debugging issues with a specific
instance of a service. For other operations using the `-job` flag may be more
convenient than looking up an allocation ID to use.
## Disabling remote execution
`alloc exec` is enabled by default to aid with debugging. Operators can disable the feature by setting [`disable_remote_exec` client config option][disable_remote_exec_flag] on all clients, or a subset of clients that run sensitive workloads.
[disable_remote_exec_flag]: /docs/configuration/client.html#disable_remote_exec