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.
- 01 Sep, 2020 1 commit
-
-
Mahmood Ali authored
-
- 31 Aug, 2020 1 commit
-
-
Mahmood Ali authored
Handle migration of non-deployment jobs
-
- 29 Aug, 2020 5 commits
-
-
Mahmood Ali authored
Docs: update acl guide broken link
-
Mahmood Ali authored
Fix accidental broken Copy
-
Mahmood Ali authored
Fix cmd.Name() for NodeEligibilityCommand
-
Ahmed authored
-
Jeffrey 'jf' Lim authored
-
- 28 Aug, 2020 11 commits
-
-
Kevin Pruett authored
Replace local search with @hashicorp/react-search
-
Mahmood Ali authored
Fix CSIMountOptions.Copy() and VolumeRequest.Copy() where they accidentally returned a reference to self rather than a deep copy. `&(*ref)` in Golang apparently equivalent to plain `&ref`.
-
Kevin Pruett authored
-
Tim Gross authored
The initial implementation of global job stop for MRD looped over all the regions in the CLI for expedience. This changeset includes the OSS parts of moving this into the RPC layer so that API consumers don't have to implement this logic themselves.
-
Tim Gross authored
-
Tim Gross authored
Multiregion deployments use the `NomadTokenID` to allow the deploymentwatcher to send RPCs between regions with the original submitter's ACL token. This ID should be filtered from diffs so that it doesn't cause a difference for purposes of job plans.
-
Lang Martin authored
The api calls were reordered, the new order omits the `agent-host.json` result by fetching it before the directory is created.
-
Buck Doyle authored
This closes #8727, thanks to @jfcantu for the suggestion. The CLI implementation of exec already has a 10-second heartbeat so this mirrors that: https://github.com/hashicorp/nomad/blob/v0.12.3/api/allocations.go#L161-L173
-
Michael Lange authored
UI: Clean up erroneous and redundant mirage things
-
Tim Gross authored
Everything else in the docs sidebars is alphabetized, so do it here too.
-
Michael Lange authored
-
- 27 Aug, 2020 15 commits
-
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
csi: plugins track jobs in addition to allocations, and use job information to set expected counts (#8699) * nomad/structs/csi: add explicit job support * nomad/state/state_store: capture job updates directly * api/nodes: CSIInfo needs the AllocID * command/agent/csi_endpoint: AllocID was missing Co-authored-by:
Tim Gross <tgross@hashicorp.com>
-
Tim Gross authored
-
Tim Gross authored
-
Tim Gross authored
-
Seth Hoenig authored
consul/connect: make use of task kind to determine service name in consul token checks
-
Tim Gross authored
This changeset is the OSS hooks for what will be implemented in ENT.
-
Tim Gross authored
-
Seth Hoenig authored
When consul.allow_unauthenticated is set to false, the job_endpoint hook validates that a `-consul-token` is provided and validates the token against the privileges inherent to a Consul Service Identity policy for all the Connect enabled services defined in the job. Before, the check was assuming the service was of type sidecar-proxy. This fixes the check to use the type of the task so we can distinguish between the different connect types.
-
Drew Bailey authored
fix changelog entry placement
-
Drew Bailey authored
-
Chris Baker authored
resolve prefix bugs around job scaling policies
-
Chris Baker authored
-
Chris Baker authored
-
- 26 Aug, 2020 7 commits
-
-
Tim Gross authored
-
Seth Hoenig authored
consul/connect: add initial support for ingress gateways
-
Tim Gross authored
-
Seth Hoenig authored
-
Seth Hoenig authored
-
Seth Hoenig authored
-
Mahmood Ali authored
This handles the case where a job when from no-deployment to deployment with canaries. Consider a case where a `max_parallel=0` job is submitted as version 0, then an update is submitted with `max_parallel=1, canary=1` as verion 1. In this case, we will have 1 canary alloc, and all remaining allocs will be version 0. Until the deployment is promoted, we ought to replace the canaries with version 0 job (which isn't associated with a deployment).
-