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.
- 06 Apr, 2021 5 commits
-
-
Chris Baker authored
-
Chris Baker authored
-
Chris Baker authored
-
Chris Baker authored
-
Chris Baker authored
enable -race detector for testing api
-
- 05 Apr, 2021 9 commits
-
-
Michael Lange authored
Fix the broken link in the bootstrapping custom scheduler warning
-
Michael Lange authored
-
Drew Bailey authored
-
Seth Hoenig authored
consul: plumbing for specifying consul namespace in job/group
-
Seth Hoenig authored
-
Seth Hoenig authored
Co-authored-by:
Tim Gross <tgross@hashicorp.com>
-
Seth Hoenig authored
This PR adds the common OSS changes for adding support for Consul Namespaces, which is going to be a Nomad Enterprise feature. There is no new functionality provided by this changeset and hopefully no new bugs.
-
Drew Bailey authored
* changelog entry for on_update configuration settings * Update CHANGELOG.md Co-authored-by:
Tim Gross <tgross@hashicorp.com> Co-authored-by:
Tim Gross <tgross@hashicorp.com>
-
Drew Bailey authored
-
- 03 Apr, 2021 4 commits
-
-
Mahmood Ali authored
chore: bump golangci-lint from v1.24 to v1.39
-
Yoan Blanc authored
Signed-off-by:
Yoan Blanc <yoan@dosimple.ch>
-
Yoan Blanc authored
Signed-off-by:
Yoan Blanc <yoan@dosimple.ch>
-
Yoan Blanc authored
Signed-off-by:
Yoan Blanc <yoan@dosimple.ch>
-
- 02 Apr, 2021 11 commits
-
-
Michael Schurter authored
docs: specify buf v0.30.1
-
Michael Schurter authored
If you use too new of a `buf` you will hit #10293
-
Mahmood Ali authored
Memory stats for cgroup-v2
-
Mahmood Ali authored
-
Tim Gross authored
When a volume is registered via `nomad volume register` and not via the creation workflow, it may not have any of the capacity fields set (as they're not used for registration). Handle this case without error, and let the downstream RPCs handle the error case for `nomad volume create`.
-
Drew Bailey authored
-
Chris Baker authored
move json handle back to `structs`
-
Chris Baker authored
-
Chris Baker authored
this was unecessary after refactoring, so this moves them back to their original location in package structs
-
Mahmood Ali authored
dev: ignore msgpack codegen code in dev by default
-
Mahmood Ali authored
If a task doesn't report RSS, let's use memory usage.
-
- 01 Apr, 2021 11 commits
-
-
Chris Baker authored
remove deprecated `Drain` field from `structs.Node`
-
Mahmood Ali authored
This change disables using msgpack generated serializers in dev by default. In released binaries, we use code-generated msgpack serializers to improve performance. However, in development, code generated serializers are a pain. If a developer forgets to re-generate code, the code generated gets out of sync with the go structs, and result into subtle bugs where some values appear not to persist as expected. The CI and release scripts will continue to use the msgpack code-generation. Devs who want to test locally can set `GO_TAGS=codegen_generated` as well.
-
Chris Baker authored
-
James Rasell authored
docs: add fixed-value and pass-through autoscaler plugin docs.
-
Luiz Aoqui authored
docs: Update AWS permission requirements for the Autoscaler
-
Luiz Aoqui authored
docs: add Autoscaler CLI flags for policy eval configuration
-
Tim Gross authored
In order to support new node RPCs, we need to fingerprint plugin capabilities in more detail. This changeset mirrors recent work to fingerprint controller capabilities, but is not yet in use by any Nomad RPC.
-
Buck Doyle authored
This adds UI support for receiving the one-time token passed via query parameter, as in #10134 and related PRs, and exchanging it for its corresponding secret ID. When this works, it’s mostly invisible, with a brief flash of the OTT onscreen. The authentication failure message now suggests the -authenticate flag. When OTT exchange fails, it shows a whole-page error. This includes a known UX shortcoming in that the OTT will not disappear from the URL when an identifier is specified on the command line, like nomad ui -authenticate jobname. The goal is to address that shortcoming in a forthcoming pull request.
-
Mahmood Ali authored
If the docker engine is running on cgroup-v2 host, then RSS and Max Usage doesn't get reported. Using a heauristic here to avoid adding more API calls to the Docker Engine to infer cgroups version. Also, opted to avoid coordinating stats collection with fingerprinting, which adds concurrency complexities.
-
Mahmood Ali authored
If the host is running with cgroup-v2, RSS and Max Usage doesn't get reported anymore.
-
Tim Gross authored
-