mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
* Enhance front matter description for search * acl section * alloc section * config section * deployment section * eval section * job section * license section * namespace section * node section * node pool section * operator section * plugin section * quota section * recommendation section * scaling section * sentinel section * server section * service section * setup section * system section * tls section * var section * volume section * change reference to command reference * Apply suggestions from code review Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com> --------- Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
---
|
|
layout: docs
|
|
page_title: 'nomad node pool command reference'
|
|
description: |
|
|
The `nomad node pool` command interact with node pools. Generate an example node pool specification. Create, update, and delete a node pool. Display a list of node pools and information about a specific node pool. Display jobs and nodes in a node pool.
|
|
---
|
|
|
|
# `nomad node pool` command reference
|
|
|
|
The `node pool` command is used to interact with node pools.
|
|
|
|
## Usage
|
|
|
|
Usage: `nomad node pool <subcommand> [options]`
|
|
|
|
Run `nomad node pool <subcommand> -h` for help on that subcommand. The
|
|
following subcommands are available:
|
|
|
|
- [`node pool apply`][apply] - Create or update a node pool.
|
|
|
|
- [`node pool delete`][delete] - Delete a node pool.
|
|
|
|
- [`node pool info`][info] - Fetch information on an existing node pool.
|
|
|
|
- [`node pool init`][init] - Generate an example node pool specification.
|
|
|
|
- [`node pool jobs`][jobs] - Retrieve a list of jobs in a node pool.
|
|
|
|
- [`node pool list`][list] - Retrieve a list of node pools.
|
|
|
|
- [`node pool nodes`][nodes] - Retrieve a list of nodes in a node pool.
|
|
|
|
[apply]: /nomad/docs/commands/node-pool/apply
|
|
[delete]: /nomad/docs/commands/node-pool/delete
|
|
[info]: /nomad/docs/commands/node-pool/info
|
|
[init]: /nomad/docs/commands/node-pool/init
|
|
[jobs]: /nomad/docs/commands/node-pool/jobs
|
|
[list]: /nomad/docs/commands/node-pool/list
|
|
[nodes]: /nomad/docs/commands/node-pool/nodes
|