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

# Description The `exec` driver gets it's chroot directories from either the [default list](https://www.nomadproject.io/docs/drivers/exec.html) or the list specified in the [nomad client config](https://www.nomadproject.io/docs/agent/config.html#chroot_env). For additional flexibility, it would be nice...

theme/client
stage/needs-discussion

Simple Demo how to use CSI Plugin on Hetzner Cloud

stage/waiting-reply

This commit should help with issue #2158

stage/waiting-reply
theme/driver/exec
theme/driver/qemu
theme/driver/java

If the ACL Token set in localstorage contains prefixed/suffixed spaces, any RPC calls to `Allocations.Exec` results in: ``` Connection Closed: 1011 acl token lookup failed: index error: UUID must be...

stage/waiting-reply

In an effort to fix the problems leading to https://github.com/hashicorp/nomad/issues/12261#issuecomment-1235367464 this uses `SnapshotMinIndex` instead of `Snapshot` with a minimum index from the `QueryOptions` provided. Is this approach reasonable, or is...

stage/waiting-reply
theme/vault

Suppose follow configuration, when we use nomad federation: 1. We have 2 nomad regions (`A` and `B`) 2. controlplane of regions located in common network: `10.168.0.0/16`, rpc and http addresses...

### Proposal Improve the documentation for `ephemeral_disk`. Currently https://www.nomadproject.io/docs/job-specification/ephemeral_disk is sparse, and doesn't allow me to answer the following questions: * `migrate` explains what happens when `sticky` is `true` -...

type/enhancement
theme/docs
stage/accepted

Hello, I'm using Nomad to handle various tasks such as services & batch jobs and I feel like a feature is missing for batch jobs : I would like to...

type/enhancement
theme/metrics
stage/needs-discussion

### Proposal Add an option --retry (default 3) for monitoring the job run status. ### Use-cases We run a reverse proxy as a cetralized entry point for our devs to...

type/enhancement
theme/cli

Please consider releasing a blessed Docker image of nomad on Dockerhub, similar to [Vault](https://hub.docker.com/_/vault/) and [Consul](https://hub.docker.com/_/consul/)

type/enhancement
theme/nomad-in-docker
theme/packaging