mirror of
https://github.com/kemko/nomad.git
synced 2026-01-09 11:55:42 +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>
24 lines
690 B
Plaintext
24 lines
690 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'nomad scaling command reference'
|
|
description: |
|
|
The `nomad scaling` command interacts with scaling policies.
|
|
---
|
|
|
|
# `nomad scaling` command reference
|
|
|
|
The `scaling` command is used to interact with the scaling API.
|
|
|
|
## Usage
|
|
|
|
Usage: `nomad scaling <subcommand> [options]`
|
|
|
|
Run `nomad scaling <subcommand> -h` for help on that subcommand. The following
|
|
subcommands are available:
|
|
|
|
- [`policy info`][scalingpolicyinfo] - Display an individual Nomad scaling policy
|
|
- [`policy list`][scalingpolicylist] - List all Nomad scaling policies
|
|
|
|
[scalingpolicyinfo]: /nomad/docs/commands/scaling/policy-info
|
|
[scalingpolicylist]: /nomad/docs/commands/scaling/policy-list
|