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...
### Nomad version ``` Nomad v1.4.3 (f464aca721d222ae9c1f3df643b3c3aaa20e2da7) ``` ### Operating system and Environment details ``` $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS...
### Proposal The current set of Internal Driver Capabilities have been relatively stable since the introduction of the plugin interface, and some would greatly benefit 3rd party users of Nomad...
**Problem** [Hashicorp Nomad Client](https://github.com/hashicorp/nomad/blob/main/client/fingerprint/signal.go) is discovering Unix OS signal via [consul-template/blob/main/signals/signals.go](https://github.com/hashicorp/consul-template/blob/main/signals/signals.go) and [Consul Templates Unix Signals](https://github.com/hashicorp/consul-template/blob/main/signals/signals_unix.go) and it is missing `SIGRTMIN/SIGRTMAX` signals as of now. **Dependency Follow** [Hashicorp Nomad Client](https://github.com/hashicorp/nomad/blob/main/client/fingerprint/signal.go)...
Nomad 1.0.3 ### Operating system and Environment details PhotonOS3 ### Issue Over time we have noticed our nodes getting allocations placed on the same node more and more (we use...
To see why I think this is a good change lets look at why I am making it My disk was full, which means GC was happening agressively. So by...
Closes #15547
Fix:#15524 Add the missing option `propagation_mode`
### Nomad version 1.4.3 ### Operating system and Environment details Debian Bullseye - single dev server running both server and client modes for testing ### Issue I'm using Nomad service...
### Nomad version Nomad v1.4.3 (f464aca721d222ae9c1f3df643b3c3aaa20e2da7) ### Operating system and Environment details Ubuntu 22.04.1 LTS Linux ironforge 5.15.0-56-generic #62-Ubuntu SMP Tue Nov 22 19:54:14 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux...
This PR updates the `jobs.run` view to use the `Button` style and component from HDS. All previous behavior has been preserved: ## Previous Behavior - On cancel, the form resets...