Seth Hoenig
Seth Hoenig
https://developer.hashicorp.com/nomad/tutorials/enterprise/production-deployment-guide-vm-with-consul This "Nomad Deployment Guide" is all kinds of incorrect. ### Download Nomad Should link to package based installation guide Should not have tabs per Nomad version If it does...
Per https://systemd.io/CGROUP_DELEGATION/ (at the bottom) > 🚫 Never create your own cgroups below arbitrary cgroups systemd manages, i.e cgroups you haven’t set Delegate= in. Specifically: 🔥 don’t create your own...
This PR changes the behavior of the raw exec task driver on old cgroups v1 systems such that the executor process is no longer a member of the cgroups created...
This PR fixes a bug where the `consul.grpc_address` could not be set using a `go-sockaddr/template` string. This was inconsistent with how we do accept such strings for `consul.address` values.
The e2e test case for downloading an artifact via Git on Windows is currently commented out, because our Packer image for Windows does not install Git. I got this to...