Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allocs: Add nomad alloc signal command #5515

Merged
merged 2 commits into from
Apr 26, 2019
Merged

Commits on Apr 25, 2019

  1. allocs: Add nomad alloc signal command

    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.
    endocrimes committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    023d0df View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Configuration menu
    Copy the full SHA
    7f102bc View commit details
    Browse the repository at this point in the history