mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 12:25:42 +03:00
Merge pull request #4417 from dirkkok/patch-1
Fix typo in `nomad node` help text
This commit is contained in:
@@ -25,7 +25,7 @@ Usage: nomad node <subcommand> [options] [args]
|
||||
Mark a node as ineligible for running workloads. This is useful when the node
|
||||
is expected to be removed or upgraded so new allocations aren't placed on it:
|
||||
|
||||
$ nomad node eligibility -disabled <node-id>
|
||||
$ nomad node eligibility -disable <node-id>
|
||||
|
||||
Mark a node to be drained, allowing batch jobs four hours to finished before
|
||||
forcing them off the node:
|
||||
|
||||
Reference in New Issue
Block a user