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.
- 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 11 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
-
Chris Baker authored
-
Chris Baker authored
-
Chris Baker authored
resolves #9758
-
Drew Bailey authored
AllocatedSharedResources were not being copied over to the new allocation struct the scheduler makes during inplace updates. This caused downstream issues after the plan was applied, namely the shared ports were dropped causing issues with service registration/deregistration. test that shared ports are preserved change log, also carry over shared network copy networks
-
Tim Gross authored
-
Chulki Lee authored
-
James Rasell authored
e2e: add ScalingPolicies test suite with initial test case.
-
- 07 Jan, 2021 9 commits
-
-
Michael Lange authored
build(deps): bump ini from 1.3.5 to 1.3.7 in /ui
-
Tim Gross authored
-
Joel May authored
-
Seth Hoenig authored
consul/connect: fix panic during in-place upgrade with connect jobs
-
Tim Gross authored
-
Seth Hoenig authored
When upgrading from Nomad v0.12.x to v1.0.x, Nomad client will panic on startup if the node is running Connect enabled jobs. This is caused by a missing piece of plumbing of the Consul Proxies API interface during the client restore process. Fixes #9738
-
Michael Lange authored
WTDD: Update UI api docs
-
Kent 'picat' Gruber authored
-
Jeff Escalante authored
Add build-time highlighting to code blocks
-