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.0.2 (4c1d4fc6a5823ebc8c3e748daec7b4fda3f11037) ``` ### Operating system and Environment details ### Issue After initiating a restart of a allocation, nomad cannot find envoy sidecar image anymore....
### Nomad version Nomad v1.4.2 (039d70eeef5888164cad05e7ddfd8b6f8220923b) (and problem still present with Nomad v1.4.3 (f464aca721d222ae9c1f3df643b3c3aaa20e2da7)) ### Operating system and Environment details Ubuntu 22.04.1 LTS on amd64 ### Issue The allocated HostIP...
### Nomad version v1.4.3 and earlier ### Issue Client agents resolve ACL tokens via the ACL.ResolveToken RPC but improperly always set `AllowStale=true`. If the Client is connected to a Server...
### Proposal Nomad's HTTP endpoint TLS configuration has a separate set of TLS certs/keys from the raft/gossip/rpc/etc node-to-node comms. ### Use-cases Staged roll out to an existing cluster of each...
### Nomad version > Nomad v1.4.3 (f464aca721d222ae9c1f3df643b3c3aaa20e2da7) ### Operating system and Environment details Fedora 36 (Server) ### Issue Using CSI volume mounted in the task started using `exec` driver is...
New behavior when max_client_disconnect is used and the worker node moves from disconnected to ready
### Nomad version 1.3.8/1.4.3 ### Issue A new behavior is seen in 1.3.8 & 1.4.3 (verified) where jobs which have `max_client_disconnect` defined and a prestart task is used to ensure...
Once https://github.com/hashicorp/nomad/issues/13219 is complete, Nomad will run autopilot metrics on all servers. This could let us have health checks that specifically check that a server has completed restoring its initial...
Large clusters can have allocations and deployments in various failure states on a regular basis. Because evaluations are idempotent over the state, re-running an evaluation for service and system jobs...
The `nomad operator debug` command collects data from a number of Nomad API endpoints and writes this data out to a file on the filesystem where the command is being...
In addition to lacking pagination (see https://github.com/hashicorp/nomad/issues/15479), the `operator debug` command takes the results of list queries and serializes them to a JSON array-of-objects. This format is not suitable for...