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.4.1 (2aa7e66bdb526e25f59883952d74dad7ea9a014e)` `agent: detected plugin: name=podman type=driver plugin_version=0.4.0` ### Operating system and Environment details `Linux nomad-worker-1 5.19.7-1-pve #1 SMP PREEMPT_DYNAMIC PVE 5.19.7-1 (Tue, 06 Sep 2022...

type/bug
stage/needs-investigation
stage/accepted
theme/driver/third-party

In `HTTPServer.parseToken` we have a [custom parser](https://github.com/hashicorp/nomad/blob/v1.4.1/command/agent/http.go#L843) for `Authorization` header. I suspect this pre-dates Go's built in `BasicAuth` helper method(s), and we should look into switching to the standard library...

theme/cleanup
good first issue

Bumps [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) from 1.8.2 to 1.9.0. Release notes Sourced from github.com/fsouza/go-dockerclient's releases. Version compatible with Docker 1.9 and Go 1.4 This has a special tag name to make it clear...

theme/dependencies

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.50.1. Release notes Sourced from google.golang.org/grpc's releases. Release 1.50.1 New Features gcp/observability: support new configuration defined in public preview user guide Release 1.50.0 Behavior Changes...

theme/dependencies

### Nomad version nomad 1.1.3, consul v1.10.1 ### Operating system and Environment details Debian GNU/Linux 10, 3 servers, all running consul/nomad server and client. ### Issue I'm playing with a...

type/bug
stage/needs-investigation
theme/consul
theme/service-discovery/consul

# Description Updates managed website-related files. - `website/Makefile` - `website/scripts/should-build.sh` - `website/scripts/website-build.sh` - `website/scripts/website-start.sh` > **Note** > > This pull request was opened via the Digital team's automation. If you...

Reference -> [https://www.hashicorp.com/blog/multi-interface-networking-and-cni-plugins-in-nomad-0-12](https://www.hashicorp.com/blog/multi-interface-networking-and-cni-plugins-in-nomad-0-12) ![image](https://user-images.githubusercontent.com/54833015/147345920-cfcc84cd-faf9-4bf9-95a6-56decb698458.png) **My Problem** -> I want to connect all My containers across multiple clients(Nodes) in the nomad cluster. In my current Kubernetes cluster, all pods can communicate...

type/enhancement
theme/docs
theme/networking
stage/accepted

I'm currently running a handful of periodic batch jobs. It's great that nomad doesn't schedule another one if a current one is still running. However, I think it would be...

type/enhancement
theme/jobspec
stage/needs-discussion
theme/batch

When running multiple, unfederated Nomad regions, it can be hard to tell what region you are looking at in the UI without checking additional sources such as the clients page....

type/enhancement
theme/ui