nomad icon indicating copy to clipboard operation
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...

Results 583 nomad issues
Sort by recently updated
recently updated
newest added

### 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....

type/bug
stage/needs-investigation
theme/consul/connect

### 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...

type/bug
theme/networking

### 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...

type/bug
theme/security
theme/client
theme/auth

### 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...

type/enhancement
theme/api
theme/security
stage/needs-discussion

### 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...

type/bug
theme/driver/exec
theme/storage

### 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...

type/bug
theme/task lifecycle
hcc/cst
theme/edge

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...

type/enhancement
theme/consul
stage/needs-discussion

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...

type/enhancement
stage/needs-discussion

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...

type/enhancement
theme/cli
stage/accepted

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...

type/enhancement
theme/cli