nomad
nomad copied to clipboard
Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and sc...
Reference: https://groups.google.com/forum/#!topic/nomad-tool/Nmv8LiMUnEg It would be great to have a way to avoid jobs to be run on a node unless they specify a constraint! Quoted from the mailing list discussion:...
In the nomad [go.mod](go.mod) file we have a set of `replace` directives to pin certain dependencies to an older version. For example, NYTimes/gziphandler made a breaking change where existing zipped...
### Nomad version Nomad v1.4.3 (f464aca721d222ae9c1f3df643b3c3aaa20e2da7) ### Operating system and Environment details ``` bash Distributor ID: Ubuntu Description: Ubuntu 20.04.5 LTS Release: 20.04 Codename: focal ``` ### Infra resources 10...
Using Nomad 0.9.0-beta3 here. I have a haproxy task that I'm trying to restart on template changes (*from Consul Template*) but the entire task/group fails with: ``` Template failed to...
Resolves [#15546](https://github.com/hashicorp/nomad/issues/15546). This PR creates a link (button) in the `jobs.run` view to allow a user to select a template to populate the job definition. Current Design:  Figma Mock...
### Nomad version Nomad v0.11.3 (8918fc804a0c6758b6e3e9960e4eb2e605e38552) ### Operating system and Environment details CentOS 7/8, Ubuntu 18.04 ### Issue I want to be able to register a `parameterized` job and then,...
following [instructions here](https://developer.hashicorp.com/nomad/docs/faq#q-how-to-connect-to-my-host-network-when-using-docker-desktop-windows-and-macos) setting network interface didnt work i didnt like docker desktop anyway, works perfectly with docker engine
- [RFC](https://docs.google.com/document/d/16E0ot20afGEOlckHFzUf7aqgx9q4hYOoG-2Lb-LkdIo/edit) - [Design Prototype](https://www.figma.com/proto/zYblWjhyo79tKV1Mhj4oR1/run-job-UI?page-id=727%3A13091&node-id=729%3A13447&viewport=1503%2C845%2C0.41&scaling=min-zoom&starting-point-node-id=729%3A13447&show-proto-sidebar=1) - [Epic Branch](https://github.com/hashicorp/nomad/tree/epic/job-templates) ### Run Job UI - [ ] #15546 - Conditional upon [Variables being enabled](https://developer.hashicorp.com/nomad/docs/concepts/variables#acl-for-variables) for the Nomad agent. Otherwise, we won't have...
### Why? We are introducing a proxy in front of Nomad's Server HTTP API. As we load tested this new layer of our infrastructure we were bugged by constant and...
Prior to https://github.com/hashicorp/nomad/commit/2409f72d0d42a3225d59347d2604f005bc132636 the code compared the modification index of a job to itself. Afterwards, the code compared the creation index of the job to itself. In either case there...