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.
- 19 Apr, 2022 8 commits
-
-
temp authored
-
hc-github-team-nomad-core authored
Merge pull request #12618 from hashicorp/backport/fix-task-row-tooltip-reservedMemory-unit/curiously-calm-snake This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
Merge pull request #12611 from hashicorp/backport/b-docs-add-client-reserved-cores/amazingly-valued-lacewing This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
Merge pull request #12607 from hashicorp/backport/fix/multi-task-group-canary-deploys/routinely-able-pangolin This pull request was automerged via backport-assistant
-
- 14 Apr, 2022 1 commit
-
-
claire labry authored
Co-authored-by:
Sarah <sthompson@hashicorp.com> Co-authored-by:
Luiz Aoqui <luiz@hashicorp.com>
-
- 12 Apr, 2022 1 commit
-
-
hc-github-team-nomad-core authored
-
- 11 Apr, 2022 2 commits
-
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
Karan Sharma authored
-
- 08 Apr, 2022 4 commits
-
-
hc-github-team-nomad-core authored
Merge pull request #12519 from hashicorp/backport/release-1.3.0-beta.1-website/plainly-trusty-foxhound This pull request was automerged via backport-assistant
-
Luiz Aoqui authored
-
hc-github-team-nomad-core authored
Merge pull request #12516 from hashicorp/backport/f-docs-add-nomad-template-detail/firstly-glorious-panther This pull request was automerged via backport-assistant
-
James Rasell authored
-
- 31 Mar, 2022 3 commits
-
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
Merge pull request #12422 from hashicorp/backport/docs-remove-deprecated-client-options/urgently-topical-shiner This pull request was automerged via backport-assistant
-
Tim Gross authored
-
- 30 Mar, 2022 1 commit
-
-
Bryce Kalow authored
-
- 14 Mar, 2022 3 commits
-
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
Tim Gross authored
-
Tim Gross authored
-
- 10 Mar, 2022 2 commits
-
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
Luiz Aoqui authored
-
- 08 Mar, 2022 2 commits
-
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
Tim Gross authored
-
- 01 Mar, 2022 6 commits
-
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
Ashlee Boyer authored
-
Ashlee Boyer authored
-
Ashlee Boyer authored
-
Ashlee Boyer authored
-
Ashlee M Boyer authored
-
- 10 Feb, 2022 7 commits
-
-
Nomad Release Bot authored
-
Nomad Release bot authored
-
Luiz Aoqui authored
-
Tim Gross authored
The spread iterator can panic when processing an evaluation, resulting in an unrecoverable state in the cluster. Whenever a panicked server restarts and quorum is restored, the next server to dequeue the evaluation will panic. To trigger this state: * The job must have `max_parallel = 0` and a `canary >= 1`. * The job must not have a `spread` block. * The job must have a previous version. * The previous version must have a `spread` block and at least one failed allocation. In this scenario, the desired changes include `(place 1+) (stop 1+), (ignore n) (canary 1)`. Before the scheduler can place the canary allocation, it tries to find out which allocations can be stopped. This passes back through the stack so that we can determine previous-node penalties, etc. We call `SetJob` on the stack with the previous version of the job, which will include assessing the `spread` block (even though the results are unused). The task group spread info sta...
-
Luiz Aoqui authored
Add new namespace ACL requirement for the /v1/jobs/parse endpoint and return early if HCLv2 parsing fails. The endpoint now requires the new `parse-job` ACL capability or `submit-job`.
-
Seth Hoenig authored
This PR adds symlink resolution when doing validation of paths to ensure they do not escape client allocation directories.
-
Seth Hoenig authored
go-getter creates a circular dependency between a Client and Getter, which means each is inherently thread-unsafe if you try to re-use on or the other. This PR fixes Nomad to no longer make use of the default Getter objects provided by the go-getter package. Nomad must create a new Client object on every artifact download, as the Client object controls the Src and Dst among other things. When Caling Client.Get, the Getter modifies its own Client reference, creating the circular reference and race condition. We can still achieve most of the desired connection caching behavior by re-using a shared HTTP client with transport pooling enabled.
-