This project is mirrored from https://gitee.com/mirrors/nomad.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 09 Dec, 2021 11 commits
-
-
Kevin Wang authored
-
Kevin Wang authored
-
Kevin Wang authored
-
Kevin Wang authored
-
Kevin Wang authored
-
Kevin Wang authored
-
Kevin Wang authored
Co-authored-by:
Luiz Aoqui <luiz@hashicorp.com> Co-authored-by:
Mike Nomitch <mnomitch@hashicorp.com>
-
Brandon Romano authored
-
Derek Strickland authored
-
Luiz Aoqui authored
-
- 08 Dec, 2021 1 commit
-
-
Luiz Aoqui authored
-
- 07 Dec, 2021 9 commits
-
-
Tim Gross authored
We don't run tests over documentation PRs marked by the branch prefix `docs-*`. With the new backport assistant, that should also include branches with the prefix `backports/docs-*`
-
Tim Gross authored
This changeset adds more specific recommendations as to what metrics to monitor, and what resources should be examined during incident response. It also renames the "Telemetry" section to "Monitoring Nomad" to surface the material better and distinguish it from the "Metric Reference". Co-authored-by:
Charlie Voiselle <464492+angrycub@users.noreply.github.com>
-
Noel Quiles authored
* Update @hashicorp/react-hashi-stack-menu * Upgrade to latest * One last upgrade
-
Vyacheslav Morov authored
-
Kevin Wang authored
-
James Rasell authored
docs: add license expiry metric to metrics website doc.
-
Michael Klein authored
-
James Rasell authored
-
Shantanu Gadgil authored
-
- 06 Dec, 2021 2 commits
-
-
Kevin Wang authored
-
Tim Gross authored
During incident response, operators may find that automated processes elsewhere in the organization can be generating new workloads on Nomad clusters that are unable to handle the workload. This changeset adds a field to the `SchedulerConfiguration` API that causes all job registration calls to be rejected unless the request has a management ACL token.
-
- 03 Dec, 2021 1 commit
-
-
Zachary Shilton authored
* website: bump deps to fix print styles * website: fix up print styles * fix: hashi-stack-menu print selector
-
- 02 Dec, 2021 3 commits
-
-
Derek Strickland authored
-
Tim Gross authored
-
Derek Strickland authored
* Update e2e/terraform configuration for Vault and default to mtls=true
-
- 01 Dec, 2021 2 commits
-
-
Derek Strickland authored
* Override TLS flags individually for meta commands * Update command/meta.go Co-authored-by:
Tim Gross <tgross@hashicorp.com> Co-authored-by:
Tim Gross <tgross@hashicorp.com>
-
Tim Gross authored
This changelog is for a PR that landed in Nomad Enterprise only.
-
- 30 Nov, 2021 4 commits
-
-
Michael Schurter authored
rpc: fix scaling policy get index response when policy is found.
-
Tim Gross authored
The `consul.client_auto_join` configuration block tells the Nomad client whether to use Consul service discovery to find Nomad servers. By default it is set to `true`, but contrary to the documentation it was only respected during the initial client registration. If a client missed a heartbeat, failed a `Node.UpdateStatus` RPC, or if there was no Nomad leader, the client would fallback to Consul even if `client_auto_join` was set to `false`. This changeset returns early from the client's trigger for Consul discovery if the `client_auto_join` field is set to `false`.
-
Tim Gross authored
Give ourselves some room for extension in the UI configuration block by naming the field `ui_url`, which will let us have an `api_url`. Fix the template path to ensure we're getting the right value from the API.
-
James Rasell authored
docs: add deprecation note to old style network task env vars.
-
- 29 Nov, 2021 3 commits
-
-
Brandon Romano authored
Updates use cases
-
Brandon Romano authored
-
Tim Gross authored
The `mount_flags` option takes a slice of strings, not a comma-separated string like the flags passed to `mount(8)`.
-
- 26 Nov, 2021 2 commits
-
-
James Rasell authored
-
James Rasell authored
When GetPolicy is called within the scaling handler, the index table was being used to populate the reply index irregardless of whether the policy was found or not. This change fixes that behaviour so that the policy modify index is used when the policy lookup is successful.
-
- 25 Nov, 2021 2 commits
-
-
James Rasell authored
-
James Rasell authored
docs: fix typo in the comment
-