mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Fix typo in nomad node help text
The command `nomad node eligibility` doesn't accept the `-disabled` option, this should be `-disable`.
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