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.
- 01 Jul, 2022 2 commits
-
-
James Rasell authored
-
James Rasell authored
-
- 14 Jun, 2022 1 commit
-
-
Luiz Aoqui authored
In addition to jobs, there are other objects in Nomad that have a specific format and can be provided to commands and API endpoints. This commit creates a new menu section to hold the specification for volumes and update the command pages to point to the new centralized definition. Redirecting the previous entries is not possible with `redirect.js` because they are done server-side and URL fragments are not accessible to detect a match. So we provide hidden anchors with a link to the new page to guide users towards the new documentation. Co-authored-by:
Tim Gross <tgross@hashicorp.com>
-
- 06 Jun, 2022 1 commit
-
-
Conor Evans authored
Signed-off-by:
Conor Evans <coevans@tcd.ie>
-
- 12 May, 2022 1 commit
-
-
Tim Gross authored
-
- 06 Apr, 2022 1 commit
-
-
James Rasell authored
-
- 01 Mar, 2022 1 commit
-
-
Ashlee M Boyer authored
-
- 26 Feb, 2022 1 commit
-
-
Michael Schurter authored
-
- 24 Feb, 2022 1 commit
-
-
Michael Schurter authored
Just a hackweek project at this point.
-
- 09 Feb, 2022 1 commit
-
-
Tim Gross authored
-
- 16 Dec, 2021 1 commit
-
-
Tim Gross authored
The `nomad operator raft` and `nomad operator snapshot state` subcommands for inspecting on-disk raft state were hidden and undocumented. Expose and document these so that advanced operators have support for these tools.
-
- 15 Dec, 2021 1 commit
-
-
Tim Gross authored
Use the new filtering and pagination capabilities of the `Eval.List` RPC to provide filtering and pagination at the command line. Also includes note that `nomad eval status -json` is deprecated and will be replaced with a single evaluation view in a future version of Nomad.
-
- 09 Dec, 2021 1 commit
-
-
Kevin Wang authored
Co-authored-by:
Luiz Aoqui <luiz@hashicorp.com> Co-authored-by:
Mike Nomitch <mnomitch@hashicorp.com>
-
- 07 Dec, 2021 1 commit
-
-
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>
-
- 24 Nov, 2021 2 commits
-
-
Luiz Aoqui authored
-
Tim Gross authored
Add `ui` block to agent configuration to enable/disable the web UI and provide the web UI with links to Vault/Consul.
-
- 26 Oct, 2021 1 commit
-
-
Charlie Voiselle authored
* Update Consul Connect to Consul service mesh * Apply suggestions from code review
-
- 12 Oct, 2021 1 commit
-
-
Dave May authored
-
- 06 Oct, 2021 1 commit
-
-
Amit Shuster authored
-
- 29 Sep, 2021 1 commit
-
-
Tim Gross authored
-
- 02 Aug, 2021 1 commit
-
-
James Rasell authored
-
- 27 May, 2021 1 commit
-
-
mrspanishviking authored
-
- 13 May, 2021 1 commit
-
-
Michael Schurter authored
-
- 07 May, 2021 1 commit
-
-
Luiz Aoqui authored
* docs: restructure autoscaling plugins menu * docs: add autoscaling threshold strategy (#10535)
-
- 28 Apr, 2021 1 commit
-
-
Tim Gross authored
-
- 23 Apr, 2021 1 commit
-
-
Luiz Aoqui authored
-
- 16 Apr, 2021 1 commit
-
-
Seth Hoenig authored
This PR introduces the /v1/search/fuzzy API endpoint, used for fuzzy searching objects in Nomad. The fuzzy search endpoint routes requests to the Nomad Server leader, which implements the Search.FuzzySearch RPC method. Requests to the fuzzy search API are based on the api.FuzzySearchRequest object, e.g. { "Text": "ed", "Context": "all" } Responses from the fuzzy search API are based on the api.FuzzySearchResponse object, e.g. { "Index": 27, "KnownLeader": true, "LastContact": 0, "Matches": { "tasks": [ { "ID": "redis", "Scope": [ "default", "example", "cache" ] } ], "evals": [], "deployment": [], "volumes": [], "scaling_policy": [], "images": [ { "ID": "redis:3.2", "Scope": [ "default", "example", "cache", "redis" ] } ] }, "Truncations": { "volumes": false, "scaling_policy": false, "evals": false, "deployment": false } } The API is tunable using the new server.search stanza, e.g. server { search { fuzzy_enabled = true limit_query = 200 limit_results = 1000 min_term_length = 5 } } These values can be increased or decreased, so as to provide more search results or to reduce load on the Nomad Server. The fuzzy search API can be disabled entirely by setting `fuzzy_enabled` to `false`.
-
- 14 Apr, 2021 1 commit
-
-
Mike Wickett authored
-
- 01 Apr, 2021 2 commits
-
-
Tim Gross authored
-
James Rasell authored
-
- 31 Mar, 2021 3 commits
-
-
Tim Gross authored
-
Drew Bailey authored
* add a license docs page * license reference docs * update wording * use new docs-nav * rm file held over from rebase, fix path
-
Bryce Kalow authored
-