mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +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>
32 lines
783 B
Plaintext
32 lines
783 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'nomad setup command reference'
|
|
description: |
|
|
The `nomad setup` command sets up Consul and Vault integration.
|
|
---
|
|
|
|
# `nomad setup` command reference
|
|
|
|
The `setup` command groups helper subcommands used for setting up external
|
|
tools.
|
|
|
|
<Warning>
|
|
|
|
These commands are experimental features and may change their behavior in future
|
|
versions of Nomad.
|
|
|
|
</Warning>
|
|
|
|
## Usage
|
|
|
|
Usage: `nomad setup <subcommand> [options]`
|
|
|
|
Run `nomad setup <subcommand> -h` for help on that subcommand. The following
|
|
subcommands are available:
|
|
|
|
- [`setup consul`][consul] - Setup a Consul cluster for Nomad integration.
|
|
- [`setup vault`][vault] - Setup a Vault cluster for Nomad integration.
|
|
|
|
[consul]: /nomad/docs/commands/setup/consul
|
|
[vault]: /nomad/docs/commands/setup/vault
|