Merge pull request #3256 from dalegaard/master

Enable rkt driver to use address_mode = 'driver'
This commit is contained in:
Michael Schurter
2017-09-26 18:04:37 -05:00
committed by GitHub
88 changed files with 12152 additions and 73 deletions

View File

@@ -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: