Command: namespace
The namespace
command is used to interact with namespaces.
Tip
Visit the Nomad Namespaces tutorial 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
- 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.