• 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