mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Merge pull request #3256 from dalegaard/master
Enable rkt driver to use address_mode = 'driver'
This commit is contained in:
@@ -180,8 +180,8 @@ The `rkt` driver will set the following client attributes:
|
||||
|
||||
* `driver.rkt` - Set to `1` if rkt is found on the host node. Nomad determines
|
||||
this by executing `rkt version` on the host and parsing the output
|
||||
* `driver.rkt.version` - Version of `rkt` e.g.: `1.1.0`. Note that the minimum required
|
||||
version is `1.0.0`
|
||||
* `driver.rkt.version` - Version of `rkt` e.g.: `1.27.0`. Note that the minimum required
|
||||
version is `1.27.0`
|
||||
* `driver.rkt.appc.version` - Version of `appc` that `rkt` is using e.g.: `1.1.0`
|
||||
|
||||
Here is an example of using these properties in a job file:
|
||||
|
||||
Reference in New Issue
Block a user