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.
- 28 Jan, 2021 4 commits
-
-
Kris Hicks authored
-
Kris Hicks authored
-
Kris Hicks authored
-
Mahmood Ali authored
Only lookup GO_TAGS variable, and avoid the false positives where GO_TAGS is a variable suffix.
-
- 13 Jan, 2021 12 commits
-
-
Nomad Release Bot authored
-
Nomad Release bot authored
-
Drew Bailey authored
-
Tim Gross authored
In 492d62d3 we prevented poststop tasks from contributing to allocation health status, which fixed a bug where poststop tasks would prevent a deployment from ever being marked successful. The patch introduced a regression where prestart tasks that complete are causing the allocation to be marked unhealthy. This changeset restores the previous behavior for prestart tasks.
-
Luiz Aoqui authored
docs: fix broken link
-
Luiz Aoqui authored
-
Luiz Aoqui authored
docs: fix HCL2 doc page code block
-
Luiz Aoqui authored
-
Mahmood Ali authored
Have the build-binary bundle the UI by default. This eases getting "alpha pre-releases" out for support without compiling locally, and engineer's experience with e2e test clusters.
-
Dave May authored
* nomad agent-info: Add json/gotemplate formatting * Add CHANGELOG entry * update docs
-
Tim Gross authored
As of podman 0.2.0, podman correctly advertises its filesystem isolation as `FSIsolationImage`.
-
Tim Gross authored
-
- 12 Jan, 2021 9 commits
-
-
Drew Bailey authored
-
Jasmine Dahilig authored
-
Kris Hicks authored
This is required because Go does not pull CC from the make variable. This uses whatever Go's default CC unless CC is overridden, as it is for the ARM targets. This also makes it easier to build Nomad on a native ARM device, via: ``` make CC= pkg/linux_arm/nomad ```
-
Michael Lange authored
Changelog entry for 9733
-
Seth Hoenig authored
docs: update cl with graviton fix
-
Seth Hoenig authored
Properly detect unloaded dynamic modules on RHEL derivates. Fixes #9776
-
Drew Bailey authored
* investigating where to ignore poststop task in alloc health tracker * ignore poststop when setting latest start time for allocation * clean up logic * lifecycle: isolate mocks for poststop deployment test * lifecycle: update comments in tracker Co-authored-by:
Jasmine Dahilig <jasmine@dahilig.com>
-
Michael Lange authored
-
Florian Apolloner authored
The modules.dep file on RHEL includes .xz for compressed kernel modules.
-
- 11 Jan, 2021 8 commits
-
-
Seth Hoenig authored
-
James Rasell authored
e2e: add job scaling test suite.
-
Tim Gross authored
When a client restarts, the network_hook's prerun will call `CreateNetwork`. Drivers that don't implement their own network manager will fall back to the default network manager, which doesn't handle the case where the network namespace is being recreated safely. This results in an error and the task being restarted for `exec` tasks with `network` blocks (this also impacts the community `containerd` and probably other community task drivers). If we get an error when attempting to create the namespace and that error is because the file already exists and is locked by its process, then we'll return a `nil` error with the `created` flag set to false, just as we do with the `docker` driver.
-
Seth Hoenig authored
command: bump connect examples to v3
-
Seth Hoenig authored
cni: bump CNI plugins version to v0.9.0
-
Tim Gross authored
Also bumps patch versions of some TF modules
-
James Rasell authored
-
Seth Hoenig authored
https://github.com/containernetworking/plugins/releases/tag/v0.9.0 Also make the copy-paste install instructions work with arm64 for a better OOTB experience (AWS Graviton, Pi 4's).
-
- 10 Jan, 2021 3 commits
-
-
Seth Hoenig authored
-
Seth Hoenig authored
-
Seth Hoenig authored
Nomad v1.0+ combined with Consul 1.9+ support launching Envoy v1.16+ which is the first version of envoy to support arm64 platforms out of the box. By rebuilding our example docker containers for connect to be multiplatform between amd64 and arm64, Nomad can provide a nicer user experience for those trying out Connect on arm64 machines (e.g. AWS Graviton instances or Raspberry Pi 4's). This has been done for the countdash examples at v3. https://hub.docker.com/layers/hashicorpnomad/counter-dashboard/v3/images/sha256-94e323587bc372ba1b6ca5c58dc23e291e9d26787b50e71025f1c8967dfbcd07?context=repo https://hub.docker.com/layers/hashicorpnomad/counter-api/v3/images/sha256-16a9e9e08082985a635c9edd0f258b084153c6c7831a9b41d34bde78c308b65c?context=repo The connect-native examples are now also multiplatform at v5, but we don't have them built into `job init`.
-
- 08 Jan, 2021 4 commits
-
-
Chris Baker authored
in Job.Scale, ensure that new count is within [min,max] configured in scaling policy
-
Chris Baker authored
-
Jeff Escalante authored
-
Buck Doyle authored
-