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.
  1. 20 Dec, 2021 1 commit
  2. 21 Jul, 2021 1 commit
  3. 07 Jul, 2021 1 commit
    • Isabel Suchanek's avatar
      cli: add -task flag to alloc signal, restart (#10859) · 3117d6c7
      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.
      3117d6c7
  4. 09 Dec, 2020 1 commit
  5. 20 Nov, 2020 1 commit
  6. 19 Nov, 2020 1 commit
  7. 17 Jun, 2020 1 commit
  8. 26 Apr, 2019 1 commit
  9. 25 Apr, 2019 1 commit
    • Danielle Lancashire's avatar
      allocs: Add nomad alloc signal command · 023d0dff
      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.
      023d0dff
  10. 23 Apr, 2019 1 commit
    • Danielle Lancashire's avatar
      allocs: Add nomad alloc stop · bb142af5
      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.
      bb142af5