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 v0.11.0 (5f8fe0afc894d254e4d3baaeaee1c7a70a44fdc6) ### Operating system and Environment details Centos 7 AWS Linux 3.10.0-1062.el7.x86_64 glibc-2.17-292.el7.x86_64 ### Issue Some nomad clients randomly stop processing new allocations and mark...
Closes #9503 Signed-off-by: danishprakash
### Nomad version Nomad v1.4.0 ### Operating system and Environment details Debian 11, Linux 5.10.0-18-cloud-arm64 (running on AWS m6g.medium instance) 5 nomad servers, 20+ clients (this is our staging cluster)...
### Nomad version ``` Nomad v1.1.0-dev (b890a1f7eb298d25fcb39fd2adbc9fe3d8ee14c2+CHANGES) ``` ### Operating system and Environment details macOS 10.14.6 ### Issue When viewing the Nomad UI at `localhost:4646` on a locally-built binary, the...
I've seen this test fail enough times to accept it's probably not going to fix itself ``` === RUN TestAllocChecksCommand_Run interface.go:24: alloc_checks_test.go:117: expected string to contain substring; it does not...
In #15417 we added a new `Authenticate` method to the server that returns an `AuthenticatedIdentity` struct. This changeset implements this method for a small number of RPC endpoints that together...
Implement a metric for RPC requests with labels on the identity, so that administrators can monitor the source of requests within the cluster. This changeset demonstrates the change with the...
Resolve issue #15447 Please let me know if you want to change to `nomad operator client state` and update the documentation too!
Improve and expand Nomad networking documentation by creating a new top-level section with information and reference on how networking works in Nomad. Also removes some deprecated content and add more...
### Proposal Currently to create `host` volume one needs to edit agent configuration to add `volume` stanza and restart the agent. This is impractical as Nomad itself may be provisioned...