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...
This replaces the forked `go-winio` from endocrimes/go-winio to angrycub/go-winio. This goal being to eventually move the fork to a HashiCorp owned repo. My fork brings the library up to current...
Now that there is an official HashiCorp version of the CLI library, perhaps we should switch to it. This PR is a spray-and-pray replacement for CI purposes.
### Nomad version `Nomad v1.4.3 (f464aca721d222ae9c1f3df643b3c3aaa20e2da7)` ### Operating system and Environment details `Linux ip- 5.15.0-1028-aws #32-Ubuntu SMP Mon Jan 9 12:28:07 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux` (Ubuntu 22.04 LTS;...
### Proposal Add a note to the exec/rawexec about how options like `user` are configurable via the job specification. ### Use-cases i suspect that many people hit up the exec/rawexec...
I'm not sure if this is a bug, or intended behaviour, but since I couldn't find any history of this happening, it might be good to document. ### Nomad version...
This PR updates the security scanner configuration for better accuracy and coverage.
### Nomad version Nomad v1.8.1 BuildDate 2024-06-19T06:43:57Z Revision 5022543e4b7b8dcec9df123f86630ae3fdcffbe6 ### Operating system and Environment details All Linux (Debian 11) environment with federated Nomad regions on top of federated Consul datacenters...
### Nomad version ``` $ nomad version Nomad v1.7.3-dev BuildDate 2023-12-19T11:17:48Z Revision b2f640346d7609057ab55a0037c23ad5f5edfb68 ``` ### Issue The `service info` command returns incorrect results when attempting to perform a simple service...
Currently Nomad supports defining a [kill signal](https://www.nomadproject.io/docs/job-specification/task#kill_signal), and it'd be pretty useful to be able to define pre- and stop/kill actions/commands ( we can already do post-stop via tasks with...
**Proposal** Hello it will be nice to have a way to configure health checks for certain services as **optional** , so when this service fails, the app still works on...