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.
- 09 Jan, 2020 23 commits
-
-
Drew Bailey authored
-
Drew Bailey authored
Address pr feedback, rename profile package to pprof to more accurately describe its purpose. Adds gc param for heap lookup profiles.
-
Drew Bailey authored
-
Drew Bailey authored
-
Drew Bailey authored
fix test expectation test wrapNonJSON
-
Drew Bailey authored
-
Drew Bailey authored
-
Drew Bailey authored
Passes in agent enable_debug config to nomad server and client configs. This allows for rpc endpoints to have more granular control if they should be enabled or not in combination with ACLs. enable debug on client test
-
Drew Bailey authored
-
Drew Bailey authored
-
Drew Bailey authored
prevent region forwarding loop, backfill tests fix failing test
-
Drew Bailey authored
-
Drew Bailey authored
helper func to return serverPart based off of serverID
-
Drew Bailey authored
tidy up, add comments clean up seconds param assignment
-
Drew Bailey authored
m -> a receiver name return codederrors, fix query
-
Drew Bailey authored
rename implementation method
-
Drew Bailey authored
Return rpc errors for profile requests, set up remote forwarding to target leader or server id for profile requests. server forwarding, endpoint tests
-
Drew Bailey authored
-
Drew Bailey authored
wip, agent endpoint and client endpoint for pprof profiles agent endpoint test
-
Tim Gross authored
When multiple Connect-enabled task groups start on the same client node, a race condition in the CNI plugins for creating iptables chains causes one of the tasks to fail. We upstreamed a patch to CNI plugins to make iptables chain creation idempotent. This changeset updates end-to-end testing, development tooling, and documentation to use 0.8.4 which includes our patch.
-
Tim Gross authored
-
Tim Gross authored
-
Tim Gross authored
In 0.10.2 (specifically 387b016a) we added interpolation to group service blocks and centralized the logic for task environment interpolation. This wasn't also added to script checks, which caused a regression where the IDs for script checks for services w/ interpolated fields (ex. the service name) didn't match the service ID that was registered with Consul. This changeset calls the same taskenv interpolation logic during `script_check` configuration, and adds tests to reduce the risk of future regressions by comparing the IDs of service hook and the check hook.
-
- 08 Jan, 2020 5 commits
-
-
Charlie Voiselle authored
[docs] Change consul agent note to callout
-
Charlie Voiselle authored
Because this is such a common misconfig, it is probably worth highlighting
-
Charlie Voiselle authored
Synopsis needs to start with uppercase to match other commands
-
Tim Gross authored
-
James Rasell authored
-
- 07 Jan, 2020 5 commits
-
-
Drew Bailey authored
Update Evicted allocations to lost when lost
-
Tim Gross authored
-
James Rasell authored
When parsing a config file which had the consul.timeout param set, Nomad was reporting an error causing startup to fail. This seems to be caused by the HCL decoder interpreting the timeout type as an int rather than a string. This is caused by the struct TimeoutHCL param having a hcl key of timeout alongside a Timeout struct param of type time.Duration (int). Ensuring the decoder ignores the Timeout struct param ensure the decoder runs correctly.
-
Drew Bailey authored
-
Drew Bailey authored
If an alloc is being preempted and marked as evict, but the underlying node is lost before the migration takes place, the allocation currently stays as desired evict, status running forever, or until the node comes back online. This commit updates updateNonTerminalAllocsToLost to check for a destired status of Evict as well as Stop when updating allocations on tainted nodes. switch to table test for lost node cases
-
- 06 Jan, 2020 1 commit
-
-
Mahmood Ali authored
docs: add podman as an external task driver plugin
-
- 03 Jan, 2020 3 commits
-
-
Michael Schurter authored
Tested using https://github.com/schmichael/nomad-podman-vagrant
-
Michael Schurter authored
-
Michael Schurter authored
-
- 02 Jan, 2020 2 commits
-
-
Michael Schurter authored
Fix typo, Ethier -> Either
-
Kris Hicks authored
-
- 20 Dec, 2019 1 commit
-
-
Michael Schurter authored
nomad/state: remove dead upgrade path code
-