docs: add note about * namespace on autoscaling (#19547)

Explain the behaviour when the wildcard namespace value `*` is used to
configure the Nomad Autoscaler agent.
This commit is contained in:
Luiz Aoqui
2024-01-02 14:48:20 -05:00
committed by GitHub
parent 656bb5cafa
commit 0bef6f05a2
2 changed files with 4 additions and 2 deletions

View File

@@ -17,7 +17,9 @@ The Nomad Autoscaler currently has limited support for
[Nomad Namespaces][nomad_namespaces]. The `nomad` configuration below supports
specifying a namespace; if configured with a namespace, the Autoscaler will
retrieve scaling policies and perform autoscaling only for jobs in that
namespace. A future version will include support for multiple namespaces.
namespace. If the special wildcard namespace value `*` is used, the Autoscaler
agent will retrieve scaling policies from all namespaces. A future version will
include support for multiple namespaces.
## Nomad ACLs

View File

@@ -26,7 +26,7 @@ nomad {
- `region` `(string: "global")` - The region of the Nomad servers to connect with.
- `namespace` `(string: "")` - The target namespace for queries and actions bound
to a namespace.
to a namespace. If set to `*` all namespaces are queried.
- `token` `(string: "")` - The SecretID of an ACL token to use to authenticate
API requests with.