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
38 lines
1.6 KiB
Plaintext
38 lines
1.6 KiB
Plaintext
---
|
|
layout: docs
|
|
page_title: 'nomad namespace command reference'
|
|
description: |
|
|
The nomad namespace reference command interact with namespaces. Create, inspect, and delete a namespace. Display status information and list namespaces.
|
|
---
|
|
|
|
# Command: namespace
|
|
|
|
The `namespace` command is used to interact with namespaces.
|
|
|
|
Visit [Create and use namespaces](/nomad/tutorials/manage-clusters/namespaces) for more information.
|
|
|
|
## Usage
|
|
|
|
Usage: `nomad namespace <subcommand> [options]`
|
|
|
|
Run `nomad namespace <subcommand> -h` for help on that subcommand. The following
|
|
subcommands are available:
|
|
|
|
- [`namespace apply`][apply] - Create or update a namespace
|
|
- [`namespace delete`][delete] - Delete a namespace
|
|
- [`namespace inspect`][inspect] - Inspect a namespace
|
|
- [`namespace list`][list] - List available namespaces
|
|
- [`namespace status`][status] - Display a namespace's status
|
|
|
|
In [federated][] clusters, all namespace updates are forwarded to the
|
|
[`authoritative_region`][] and replicated to non-authoritative regions. This
|
|
requires that ACLs have been bootstrapped in the authoritative region.
|
|
|
|
[apply]: /nomad/docs/commands/namespace/apply 'Create or update a namespace'
|
|
[delete]: /nomad/docs/commands/namespace/delete 'Delete a namespace'
|
|
[inspect]: /nomad/docs/commands/namespace/inspect 'Inspect a namespace'
|
|
[list]: /nomad/docs/commands/namespace/list 'List available namespaces'
|
|
[status]: /nomad/docs/commands/namespace/status "Display a namespace's status"
|
|
[federated]: /nomad/tutorials/manage-clusters/federation
|
|
[`authoritative_region`]: /nomad/docs/configuration/server#authoritative_region
|