Nomad
Command: namespace
The namespace
command is used to interact with namespaces.
Namespaces are open source in Nomad 1.0. Namespaces were Enterprise-only when introduced in Nomad 0.7.
Usage
Usage: nomad namespace <subcommand> [options]
Run nomad namespace <subcommand> -h
for help on that subcommand. The following
subcommands are available:
namespace apply
- Create or update a namespacenamespace delete
- Delete a namespacenamespace inspect
- Inspect a namespacenamespace list
- List available namespacesnamespace 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.