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...
One-time tokens are not replicated between regions, so we don't want to enforce that the version check across all of serf, just members in the same region. Adds a new...
This ensures all federated servers are running v1.4.0 or greater before the use of ACL roles is allowed.
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Unfortunately, `actions/setup-go@v3` neither fixes all of the deprecation, and it breaks `$GOROOT` behavior we depend on. We need https://github.com/actions/setup-go/issues/276 and https://github.com/actions/setup-go/issues/278 to be fixed, then we need a new...
This PR updates our use of the action-golang-cache action to v3, which should eliminate the deprecation warnings showing up in GH.
### Context We use Nomad with Consul and Docker to deploy Grpc services to a cluster. We use [Linkerd](https://linkerd.io/docs/) as the loadbalancer, it uses Consul to get the availability information...
### Nomad version Output from `nomad version` `Nomad v1.3.3 (428b2cd8014c48ee9eae23f02712b7219da16d30)` ### Operating system and Environment details `Amazon Linux release 2 (Karoo)` ### Issue We have a particular use case where...
When a client is stopped, the tasks on that client are left running. When the client restarts, it goes through a restore process to get handles to all its tasks...
### Nomad version 1.3.6 ### Issue Sometimes during deployment I see that freshly started allocation immediately stopped by nomad. During the same deployment multiple allocations with identical alloc index (name)...
### Proposal Handle Windows Container case for the [devices stanza](https://developer.hashicorp.com/nomad/docs/drivers/docker#devices): ```hcl config { devices = [ "class/5B45201D-F2F2-4F3B-85BB-30FF1F953599" ] } ``` ### Use-cases We are experimenting [GPU support in Windows Container](https://learn.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/gpu-acceleration#run-a-container-with-gpu-acceleration)...