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

Add Node Name to the output of nomad job status (verbose only) and nomad alloc status #5224

Merged
merged 4 commits into from
Jan 23, 2019

Commits on Jul 17, 2018

  1. Add NodeName to the alloc/job status outputs.

    Currently when operators need to log onto a machine where an alloc
    is running they will need to perform both an alloc/job status
    call and then a call to discover the node name from the node list.
    
    This updates both the job status and alloc status output to include
    the node name within the information to make operator use easier.
    
    Closes #2359
    Cloess #1180
    jrasell committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    e1e019a View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Configuration menu
    Copy the full SHA
    bdd3eeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59dec15 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

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