github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/website/pages/docs/commands/node/index.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: 'Commands: node'
     4  sidebar_title: node
     5  description: |
     6    The node command is used to interact with nodes.
     7  ---
     8  
     9  # Command: node
    10  
    11  The `node` command is used to interact with nodes.
    12  
    13  ## Usage
    14  
    15  Usage: `nomad node <subcommand> [options]`
    16  
    17  Run `nomad node <subcommand> -h` for help on that subcommand. The following
    18  subcommands are available:
    19  
    20  - [`node config`][config] - View or modify client configuration details
    21  
    22  - [`node drain`][drain] - Set drain mode on a given node
    23  
    24  - [`node eligibility`][eligibility] - Toggle scheduling eligibility on a given
    25    node
    26  
    27  - [`node status`][status] - Display status information about nodes
    28  
    29  [config]: /docs/commands/node/config 'View or modify client configuration details'
    30  [drain]: /docs/commands/node/drain 'Set drain mode on a given node'
    31  [eligibility]: /docs/commands/node/eligibility 'Toggle scheduling eligibility on a given node'
    32  [status]: /docs/commands/node/status 'Display status information about nodes'