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 Mar, 2018 25 commits
-
-
Michael Schurter authored
client: always mark exited sys/svc allocs as failed
-
Michael Schurter authored
drain: fix draining of system jobs
-
Alex Dadgar authored
Create evals for system jobs when drain is unset
-
Alex Dadgar authored
This PR creates evals for system jobs when: * Drain is unset and mark eligible is true * Eligibility is restored to the node
-
Michael Schurter authored
When restarts.attempts=0 was set in a jobspec a system or service alloc that exited with 0 status would be marked as `completed` instead of `failed`. Since system and service jobs are intended to run until stopped or updated, they should always be marked as failed when they exit even in cases where the exit code is 0.
-
Michael Schurter authored
-
Michael Schurter authored
May want to bump this a bit more as the drain often completes amidst a flurry of alloc updates.
-
Michael Schurter authored
-
Michael Schurter authored
Since the BatchJob helper had a different task group than the Alloc helper, it was difficult to create a valid batch alloc.
-
Michael Schurter authored
System allocs should be drained when a node's deadline is hit or when all other allocs on the node have stopped/migrated.
-
Chelsea Komlo authored
Properly format node event timestamps
-
Preetha authored
docs for delayed rescheduling options
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Alex Dadgar authored
Only track nodes if the conn is from the node
-
Alex Dadgar authored
Fix alloc watcher snapshot streaming
-
Alex Dadgar authored
-
Alex Dadgar authored
Correct status desc on draining system allocs
-
Alex Dadgar authored
Fixes a bug in which a connection to a Nomad server was treated as a connection to a node because the server forwarded a node specific RPC.
-
Alex Dadgar authored
-
- 26 Mar, 2018 15 commits
-
-
Chelsea Komlo authored
Allow TLS configurations for HTTP and RPC connections to be reloaded …
-
Preetha Appan authored
-
Preetha authored
s/linear/constant/g
-
Preetha Appan authored
-
Chelsea Komlo authored
Nomad now closes old connections on reloading a TLS configuration
-
Preetha authored
Adds additional validation for ambiguous settings
-
Preetha Appan authored
-
Preetha authored
Fix edge case in reconciler
-
Preetha Appan authored
-
Alex Dadgar authored
fix typo and remove duplicated text in Vault stanza docs
-
Alex Dadgar authored
Only create deployment if job changes or no allocs
-
Alex Dadgar authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-