mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
Revert "Make drivers take arguments as a list and not as a string"
This commit is contained in:
@@ -18,19 +18,17 @@ HTTP from the Nomad client.
|
||||
|
||||
The `java` driver supports the following configuration in the job spec:
|
||||
|
||||
* `artifact_source` - The hosted location of the source Jar file. Must be
|
||||
accessible from the Nomad client
|
||||
* `artifact_source` - **(Required)** The hosted location of the source Jar file. Must be accessible
|
||||
from the Nomad client
|
||||
* `checksum` - **(Optional)** The checksum type and value for the `artifact_source` image.
|
||||
The format is `type:value`, where type is any of `md5`, `sha1`, `sha256`, or `sha512`,
|
||||
and the value is the computed checksum. If a checksum is supplied and does not
|
||||
match the downloaded artifact, the driver will fail to start
|
||||
|
||||
* `checksum` - (Optional) The checksum type and value for the `artifact_source`
|
||||
image. The format is `type:value`, where type is any of `md5`, `sha1`,
|
||||
`sha256`, or `sha512`, and the value is the computed checksum. If a checksum
|
||||
is supplied and does not match the downloaded artifact, the driver will fail
|
||||
to start
|
||||
* `args` - **(Optional)** The argument list for the `java` command, space separated.
|
||||
|
||||
* `args` - (Optional) A list of arguments to the `java` command.
|
||||
|
||||
* `jvm_options` - (Optional) A list of JVM options to be passed while invoking
|
||||
java. These options are passed not validated in any way in Nomad.
|
||||
* `jvm_options` - **(Optional)** JVM options to be passed while invoking java. These options
|
||||
are passed not validated in any way in Nomad.
|
||||
|
||||
## Client Requirements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user