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.
- 20 Dec, 2021 1 commit
-
-
James Rasell authored
-
- 21 Jul, 2021 1 commit
-
-
Luiz Aoqui authored
-
- 07 Jul, 2021 1 commit
-
-
Isabel Suchanek authored
Alloc exec only works when task is passed as a flag and not an arg. Alloc logs currently accepts either, but alloc signal and restart only accept task as an arg. This adds -task as a flag to the other alloc commands to make the cli UX consistent. If task is passed as a flag and an arg, it ignores the arg.
-
- 09 Dec, 2020 1 commit
-
-
Kris Hicks authored
-
- 20 Nov, 2020 1 commit
-
-
Tim Gross authored
-
- 19 Nov, 2020 1 commit
-
-
Tim Gross authored
-
- 17 Jun, 2020 1 commit
-
-
Mahmood Ali authored
-
- 26 Apr, 2019 1 commit
-
-
Danielle Lancashire authored
-
- 25 Apr, 2019 1 commit
-
-
Danielle Lancashire authored
This command will be used to send a signal to either a single task within an allocation, or all of the tasks if <task-name> is omitted. If the sent signal terminates the allocation, it will be treated as if the allocation has crashed, rather than as if it was operator-terminated. Signal validation is currently handled by the driver itself and nomad does not attempt to restrict or validate them.
-
- 23 Apr, 2019 1 commit
-
-
Danielle Lancashire authored
This adds a `nomad alloc stop` command that can be used to stop and force migrate an allocation to a different node. This is built on top of the AllocUpdateDesiredTransitionRequest and explicitly limits the scope of access to that transition to expose it under the alloc-lifecycle ACL. The API returns the follow up eval that can be used as part of monitoring in the CLI or parsed and used in an external tool.
-