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...
# 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...
Simple Demo how to use CSI Plugin on Hetzner Cloud
This commit should help with issue #2158
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...
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...
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` -...
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...
### 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...
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/)