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.
- 05 Jun, 2019 9 commits
-
-
Preetha authored
Revert 0.9.2 release super script tags
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Nomad Release bot authored
-
Mahmood Ali authored
-
Mahmood Ali authored
nomad: disable service+batch preemption by default
-
- 04 Jun, 2019 8 commits
-
-
Mahmood Ali authored
Add Enterprise docs for Preemption
-
Rob Genova authored
-
Michael Schurter authored
Enterprise only. Disable preemption for service and batch jobs by default. Maintain backward compatibility in a x.y.Z release. Consider switching the default for new clusters in the future.
-
Mahmood Ali authored
-
Mahmood Ali authored
client config flag to disable remote exec
-
Mahmood Ali authored
-
Michael Schurter authored
nomad: revert use of SnapshotAfter in planApply
-
Chris Baker authored
Cleanup docker images
-
- 03 Jun, 2019 7 commits
-
-
Michael Schurter authored
Revert plan_apply.go changes from #5411 Since non-Command Raft messages do not update the StateStore index, SnapshotAfter may unnecessarily block and needlessly fail in idle clusters where the last Raft message is a non-Command message. This is trivially reproducible with the dev agent and a job that has 2 tasks, 1 of which fails. The correct logic would be to SnapshotAfter the previous plan's index to ensure consistency. New clusters or newly elected leaders will not have a previous plan, so the index the leader was elected should be used instead.
-
Chris Baker authored
-
Chris Baker authored
-
Mahmood Ali authored
This exposes a client flag to disable nomad remote exec support in environments where access to tasks ought to be restricted. I used `disable_remote_exec` client flag that defaults to allowing remote exec. Opted for a client config that can be used to disable remote exec globally, or to a subset of the cluster if necessary.
-
Chris Baker authored
-
Chris Baker authored
- modified tests to cleanup now that RemoveContainer isn't in StartTask - fix some broken tests by removing docker images/containers before test
-
Chris Baker authored
docker: DestroyTask was not cleaning up Docker images because it was erroring early due to an attempt to inspect an image that had already been removed
-
- 31 May, 2019 1 commit
-
-
Mahmood Ali authored
-
- 29 May, 2019 1 commit
-
-
Mahmood Ali authored
drivers/exec: Restore 0.8 capabilities
-
- 28 May, 2019 1 commit
-
-
Chris Baker authored
-
- 25 May, 2019 1 commit
-
-
Mahmood Ali authored
-
- 24 May, 2019 4 commits
-
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
- 23 May, 2019 5 commits
-
-
Mahmood Ali authored
Prepare for 0.9.2-rc1
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
- 22 May, 2019 3 commits
-
-
Nomad Release bot authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-