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

alloc-lifecycle: nomad alloc stop #5512

Merged
merged 1 commit into from
Apr 23, 2019
Merged

alloc-lifecycle: nomad alloc stop #5512

merged 1 commit into from
Apr 23, 2019

Commits on Apr 23, 2019

  1. allocs: Add nomad alloc stop

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