mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
* sectionless files plus acl section * alloc section * config, deployment sections * job section * licence, namespace * node, node-pool * operator * plugin, quota, recommendation * scaling, sentinel, server, service, system, var, volume * Add "ENT" label to left nav for enterprise commands * job tag break into separate folder and files; update options header
35 lines
766 B
Plaintext
35 lines
766 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'nomad quota init command reference'
|
|
description: |
|
|
The `nomad quota init` command generates an example quota specification that you can customize for your Nomad Enterprise quota specification.
|
|
---
|
|
|
|
# `nomad quota init` command reference
|
|
|
|
The `quota init` command is used to create an example [quota specification][]
|
|
file that can be used as a starting point to customize further.
|
|
|
|
<EnterpriseAlert product="nomad"/>
|
|
|
|
## Usage
|
|
|
|
```plaintext
|
|
nomad quota init
|
|
```
|
|
|
|
## Options
|
|
|
|
- `-json`: Create an example JSON quota specification.
|
|
|
|
## Examples
|
|
|
|
Create an example quota specification:
|
|
|
|
```shell-session
|
|
$ nomad quota init
|
|
Example quota specification written to spec.hcl
|
|
```
|
|
|
|
[quota specification]: /nomad/docs/other-specifications/quota
|