This project is mirrored from https://gitee.com/mirrors/nomad.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 27 Nov, 2018 3 commits
-
-
Mahmood Ali authored
This allows the container to be tagged with a user friendly image name (e.g. `redis:3.2`) rather than the image ID (e.g. `sha256:87856cc39862cec77541d68382e4867d7ccb29a85a17221446c857ddaebca916`). Useful for human debugging, as well as some debugging and image scanning tools. This risks two bad changes: 1. Discrepancy in image resolution between docker and Nomad's image loader. * I checked the image creation paths in Nomad, and noticed that we either pulled the image or inspect the image with the user provided name. 2. A race in image tagging where the tag is modified between image loading and container creation. * I, personally, don't think this case is cause for concern, as it is analogous to the task running a bit later. As long as the image is still present, creating the container should be good.
-
Omar Khawaja authored
* add vault integration guide in guides section and move current vault integration content to docs section * complete guide with image * fix typos * rename step 6 and fix typos * fix typos and awkward phrasing along with links * fix duplicated step # * fix typo * fix links so that pages that pointed to the original vault integration content still point there
-
Preetha Appan authored
This affects exec/rawexec drivers
-
- 26 Nov, 2018 2 commits
-
-
Preetha Appan authored
-
Omar Khawaja authored
* move current telemetry page to docs * fix broken links to telemetry doc
-
- 25 Nov, 2018 2 commits
-
-
Mahmood Ali authored
Fix linter job
-
Mahmood Ali authored
-
- 21 Nov, 2018 4 commits
-
-
Mahmood Ali authored
Add support for docker storage options
-
Nick Ethier authored
Docker driver plugin
-
Nick Ethier authored
-
Michael Schurter authored
Co-Authored-By:
nickethier <ncethier@gmail.com>
-
- 20 Nov, 2018 29 commits
-
-
Mahmood Ali authored
Vault API Client Tweaks
-
Mahmood Ali authored
-
Mahmood Ali authored
Keep attempting to renew Vault token past locally recorded expiry, just in case the token was renewed out of band, e.g. on another Nomad server, until Vault returns an unrecoverable error.
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
Return Vault TTL info to /agent/self API and `nomad agent-info` command.
-
Mahmood Ali authored
Seems like the stats field is a micro-optimization that doesn't justify the complexity it introduces. Removing it and computing the stats from revoking field directly.
-
Mahmood Ali authored
Add a gauge to track remaining time-to-live, duration of renewal request API call.
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Preetha authored
Add CircleCI configuration for website build
-
Alvin Huang authored
-
Alvin Huang authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Preetha authored
docs for affinity
-
Preetha authored
-
Mahmood Ali authored
Fix a panic related to batch GC
-
Preetha authored
Vendor update consul template
-
Michael Schurter authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Mahmood Ali authored
-
Michael Schurter authored
-