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.
- 26 Sep, 2017 2 commits
-
-
Lasse Dalegaard authored
To test that the rkt driver correctly sets a DriverNetwork, at least when a port mapping is requested, we amend the TestRktDriver_PortsMapping test with a small check.
-
Lasse Dalegaard authored
Since we don't actually show these errors anywhere, just discard them right away.
-
- 20 Sep, 2017 3 commits
-
-
Lasse Dalegaard authored
Currently the rkt driver does not expose a DriverNetwork instance after starting the container, which means that address_mode = 'driver' does not work. To get the container network information, we can call `rkt status` on the UUID of the container and grab the container IP from there. For the port map, we need to grab the pod manifest as it will tell us which ports the container exposes. We then cross-reference the configured port name with the container port names, and use that to create a correct port mapping. To avoid doing a (bad) reimplementation of the appc schema(which rkt uses for its manifest) and rkt apis, we pull those in as vendored dependencies. The versions used are the same ones that rkt use in their glide dependency configuration for version 1.28.0.
-
Lasse Dalegaard authored
The rkt driver currently executes run and asks that the pod UUID is written to a file that is then polled for changes for up to five seconds. Many container fetches will take longer than this, so this method will often not be able to track the pod UUID reliably. To avoid this problem, rkt allows pods to be first prepared, which will return their UUID, and then run as a second invocation. Here we convert the rkt driver's Start method to use this method instead. This way, the UUID will always be tracked correctly.
-
Michael Schurter authored
Fix shellcheck's complaints about find loop
-
- 19 Sep, 2017 17 commits
-
-
Michael Schurter authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Fix gzip encoding
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Upgrade path fixes
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Sync
-
Alex Dadgar authored
-
Michael Lange authored
Document each route in the UI for the API docs
-
Michael Lange authored
New UI Guide for learning the Nomad UI
-
- 18 Sep, 2017 1 commit
-
-
Michael Schurter authored
Restart unhealthy tasks
-
- 17 Sep, 2017 17 commits
-
-
Michael Lange authored
-
Michael Lange authored
-
Chelsea Komlo authored
Metrics guide fix
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Komlo authored
Add ACL token info
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
add extra verification test
-
Chelsea Holland Komlo authored
-
Chelsea Komlo authored
ACL policy info
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-