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.
- 22 Mar, 2018 7 commits
-
-
Alex Dadgar authored
Allow separate enterprise config overlay
-
Alex Dadgar authored
-
Michael Lange authored
Show an error message when forcing a periodic launch is forbidden
-
Michael Lange authored
UI: Use native fetch in production when available
-
Michael Lange authored
UI: The initial index qp value should be 1, not 0
-
Michael Lange authored
Add an isProduction condition to ensure native fetch is used when possible.
-
Michael Schurter authored
Drain v2: add controlled draining
-
- 21 Mar, 2018 33 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
Also switch to require and add t.Helper to appropriate funcs.
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
Node drainer would throw off the index checks
-
Michael Schurter authored
drainer was unsetting drain before fsm could read written value
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Alex Dadgar authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
Also drop the New func as it's easy to swap the order of arguments since they're both strings.
-
Michael Schurter authored
Test job watcher
-
Michael Schurter authored
Chan must be buffered to avoid skipping triggering altogether Also made timing in a test a bit more lenient
-
Michael Schurter authored
Also delay "node complete" after the node has been marked complete to capture a few more alloc events. There are other ways to implement this that could trade off correctness for responsiveness as technically a node is considered drained when all of its allocs have been marked to stop and not when they've actually stopped (which may not happen for a long time).
-
Michael Schurter authored
allow -detach like other commands
-
Michael Schurter authored
-
Michael Schurter authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Michael Schurter authored
-
Alex Dadgar authored
This PR allows marking a node as eligible for scheduling while toggling drain. By default the `nomad node drain -disable` commmand will mark it as eligible but the drainer will maintain in-eligibility.
-