-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Show node names instead of node ids in nomad status #1180
Comments
I wonder if something like --format api (https://docs.docker.com/engine/reference/commandline/ps/#formatting) that docker has would be a good way to accomplish this. So that it would be possible to change how some of the CLI command output information |
This generally doesn't matter when things are working ok, but when stuff breaks.. I find myself frequently needing to grab IDs to translate to a node name to do some remote exec in consul - I would love a flag or option to specify node name in the status displays (I'd support that as a default, but maybe others don't like that). |
This would be great to have, now I often find myself executing two commands to find the real host for a task that is failing or misbehaving. |
We merged a PR that should display Node Name for job status and alloc status commands. Closing this one. |
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
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
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
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
It will be cool if in nomad status command show node names, now it show node is and it's not very convenient
The text was updated successfully, but these errors were encountered: