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.
- 08 Oct, 2018 3 commits
-
-
Chris Baker authored
-
Chris Baker authored
docs: changed localhost URLs for local UI from hyperlinks to pre-text, they were interfering with bad link detection
-
Chris Baker authored
-
- 05 Oct, 2018 1 commit
-
-
Alex Dadgar authored
-
- 04 Oct, 2018 6 commits
-
-
Omar Khawaja authored
-
Omar Khawaja authored
-
Alex Dadgar authored
WIP :: Nvidia Plugin
-
oleksii.shyman authored
- added reserve functionality that returns OCI compliant env variables specifying GPU IDs to be injected inside the container
-
Omar Khawaja authored
* add prometheus configuration guide * fixing sub navigation issue * Add detail to Next Steps * add alerting component to guide * update * change docker image name and shorten job templates * re-arrange to fix broken links
-
Omar Khawaja authored
* add load-balancing guide * restructure load balancing section * defining consul lb strategies inline and giving fabio its own bullet point * update docker image name and shorten job template * changing system scheduler link to relative link and moving load balancing navigation link right to right above Web UI
-
- 03 Oct, 2018 2 commits
-
-
oleksii.shyman authored
- created go-nvml wrapper for stats - added stats feature to nvidia-plugin
-
oleksii.shyman authored
- created go-nvml wrapper for fingerprinting - added fingerprinting feature to nvidia-plugin
-
- 26 Sep, 2018 1 commit
-
-
Alex Dadgar authored
-
- 25 Sep, 2018 8 commits
-
-
Alex Dadgar authored
Fix autopilot set enable custom upgrades flag
-
Alex Dadgar authored
-
Alex Dadgar authored
Series of scheduler fixes / debugging enhancements
-
Alex Dadgar authored
-
Alex Dadgar authored
Add a missing eval trigger reason
-
Alex Dadgar authored
-
Preetha Appan authored
needs unit test
-
Preetha Appan authored
-
- 24 Sep, 2018 14 commits
-
-
Alex Dadgar authored
changed ${nomad.class} to ${node.class}
-
barda999 authored
I guess that was an unintentional mistake
-
Alex Dadgar authored
Vault test matrix
-
Alex Dadgar authored
-
Alex Dadgar authored
Unique TriggerBy for blocked evals
-
Alex Dadgar authored
-
Alex Dadgar authored
Fix deployment watcher index usage
-
Alex Dadgar authored
Give blocked evals a unique triggerby reason to make debugging a chain of evaluations easier.
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Denormalize jobs in AppendAllocs: AppendAlloc was originally only ever called for inplace upgrades and new allocations. Both these code paths would remove the job from the allocation. Now we use this to also add fields such as FollowupEvalID which did not normalize the job. This is only a performance enhancement. Ignore terminal allocs: Failed allocations are annotated with the followup Eval ID when one is created to replace the failed allocation. However, in the plan applier, when we check if allocations fit, these terminal allocations were not filtered. This could result in the plan being rejected if the node would be overcommited if the terminal allocations resources were considered.
-
Alex Dadgar authored
-
Preetha Appan authored
-
Preetha authored
Do not bootstrap with non voters
-
- 21 Sep, 2018 2 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
Fixes three issues: 1. Retrieving the latest evaluation index was not properly selecting the greatest index. This would undermine checks we had to reduce the number of evaluations created when the latest eval index was greater than any alloc change 2. Fix an issue where the blocking query code was using the incorrect index such that the index was higher than necassary. 3. Special case handling of blocked evaluation since the create/snapshot index is no particularly useful since they can be reblocked.
-
- 20 Sep, 2018 1 commit
-
-
Alex Dadgar authored
-
- 19 Sep, 2018 2 commits
-
-
Alex Dadgar authored
Update federation.md command
-
Alex Dadgar authored
-