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 - Servers: 1.3.1 - Client: 1.3.4 ### Operating system and Environment details - 3 Servers: CentOS - 1 Client: Windows Server 2019 - 8 cores, 24GHz -...

type/bug
stage/waiting-reply
theme/platform-windows
theme/performance

### Proposal It would be great to differentiate between "normal" jobs and jobs created by nomad-pack. Jobs created by nomad-pack already display a little logo when drilling down into the...

type/enhancement
stage/accepted
theme/pack

We'll need to update the `rpc-potentially-unauthenticated` rule to account for handling of workload identity-based auth, like we have in Secure Variables (example: https://github.com/hashicorp/nomad/actions/runs/2799623079/jobs/4414032548): ``` nomad/secure_variables_endpoint.go semgrep.rpc-potentially-unauthenticated RPC method structs.SecureVariablesApplyRPCMethod appears...

theme/testing
theme/flaky-tests

The metric `broker.total_blocked` is poorly named. It is actually counting the number of pending evals for the same job in Nomad's eval broker. Proposing renaming this (better name TBD) with...

type/enhancement
theme/core

Nomad 0.11.1 Consul 1.8.2 Consul Ingress-Gateways support `tcp` and `http` listeners. Http listeners are preferred because they allow for multiple services to listen on a single port and use Host...

type/enhancement
theme/networking
theme/consul/connect
stage/accepted

I was going to add detail on the pprof endpoints, but it seems we do not have this data for Nomad either. I therefore thought this would be a good...

backport/website

This is a naive solution to resolve #14654. The issue manifests itself where you navigate to the `allocations.allocation.index` view and you see `Ports`. Then navigate up using breadcrumbs back to...

tl;dr - taskrunner tests are data race free now. The test `TestTaskRunner_Restore_Running` was reconnecting to the mock_driver plugin which has really different restore semantics from our real plugins. Since an...

### Nomad version `1.1.2` ### Operating system and Environment details Ubuntu 18.04 ### Issue When running a parameterized job with a non-default namespace, I cannot see launched jobs from Firefox....

type/bug
theme/ui
theme/batch

A reminder for post-Nomad 1.4.0: We've got a PR open https://github.com/hashicorp/consul-template/pull/1632 that adds support for Nomad Variables. Because the timelines for releasing consul-template, releasing Nomad 1.4.0-beta.1, and release Nomad 1.4.0...

theme/dependencies
theme/variables