This project is mirrored from https://gitee.com/mirrors/nomad.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 03 Feb, 2022 1 commit
-
-
Tim Gross authored
Many of Nomad's Autopilot features require raft protocol version 3. Set the default raft protocol to 3, and improve the upgrade documentation.
-
- 17 Jan, 2022 1 commit
-
-
Luiz Aoqui authored
-
- 03 Jan, 2022 1 commit
-
-
James Rasell authored
-
- 16 Dec, 2021 1 commit
-
-
Luiz Aoqui authored
-
- 15 Dec, 2021 1 commit
-
-
Tim Gross authored
Use the new filtering and pagination capabilities of the `Eval.List` RPC to provide filtering and pagination at the command line. Also includes note that `nomad eval status -json` is deprecated and will be replaced with a single evaluation view in a future version of Nomad.
-
- 09 Dec, 2021 1 commit
-
-
Kevin Wang authored
Co-authored-by:
Luiz Aoqui <luiz@hashicorp.com> Co-authored-by:
Mike Nomitch <mnomitch@hashicorp.com>
-
- 24 Nov, 2021 1 commit
-
-
Luiz Aoqui authored
-
- 14 Oct, 2021 1 commit
-
-
Luiz Aoqui authored
-
- 16 Sep, 2021 1 commit
-
-
Michael Schurter authored
-
- 01 Sep, 2021 1 commit
-
-
Luiz Aoqui authored
Co-authored-by:
Derek Strickland <1111455+DerekStrickland@users.noreply.github.com>
-
- 30 Aug, 2021 1 commit
-
-
Mahmood Ali authored
-
- 23 Aug, 2021 1 commit
-
-
Luiz Aoqui authored
* don't timestamp active log file * website: update log_file default value * changelog: add entry for #11070 * website: add upgrade instructions for log_file in v1.14 and v1.2.0
-
- 05 Aug, 2021 1 commit
-
-
Michael Schurter authored
Fixes #11002
-
- 30 Jun, 2021 1 commit
-
-
Tim Gross authored
In Nomad 1.1.1 we generate a hosts file based on the Nomad-owned network namespace, rather than using the default hosts file from the pause container. This hosts file should be shared between tasks in the same allocation so that tasks can update the file and have the results propagated between tasks.
-
- 28 Jun, 2021 1 commit
-
-
Tim Gross authored
The `docker` driver's `port_map` field was deprecated in 0.12 and this is documented in the task driver's docs, but we never explicitly flagged it for backwards compatibility.
-
- 17 May, 2021 3 commits
-
-
Seth Hoenig authored
drivers/exec+java: reduce default set of linux capabilities
-
Seth Hoenig authored
-
Seth Hoenig authored
Update docs for allow_caps, cap_add, cap_drop in exec/java/docker driver pages. Also update upgrade guide with guidance on new default linux capabilities for exec and java drivers.
-
- 12 May, 2021 1 commit
-
-
Seth Hoenig authored
The default Linux Capabilities set enabled by the docker, exec, and java task drivers includes CAP_NET_RAW (for making ping just work), which has the side affect of opening an ARP DoS/MiTM attack between tasks using bridge networking on the same host network. https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities This PR disables CAP_NET_RAW for the docker, exec, and java task drivers. The previous behavior can be restored for docker using the allow_caps docker plugin configuration option. A future version of nomad will enable similar configurability for the exec and java task drivers.
-
- 10 May, 2021 1 commit
-
-
Mike Nomitch authored
-
- 07 May, 2021 2 commits
-
-
Mike Nomitch authored
-
Mike Nomitch authored
-
- 28 Apr, 2021 1 commit
-
-
Tim Gross authored
-
- 15 Apr, 2021 1 commit
-
-
Tim Gross authored
-
- 08 Apr, 2021 1 commit
-
-
Tim Gross authored
-
- 31 Mar, 2021 1 commit
-
-
Bryce Kalow authored
-
- 28 Mar, 2021 1 commit
-
-
Florian Apolloner authored
Automatically populate `CONSUL_HTTP_ADDR` for connect native tasks in host networking mode. Fixes #10239
-
- 10 Mar, 2021 1 commit
-
-
James Rasell authored
Co-authored-by:
Tim Gross <tgross@hashicorp.com>
-
- 09 Mar, 2021 1 commit
-
-
James Rasell authored
-
- 29 Jan, 2021 1 commit
-
-
Chris Baker authored
-
- 14 Jan, 2021 1 commit
-
-
Drew Bailey authored
* bump upgrade guide version * drop 1.0.3 until there are upgrade specifics
-
- 06 Jan, 2021 1 commit
-
-
Jeff Escalante authored
-
- 05 Jan, 2021 1 commit
-
-
Michael Schurter authored
-
- 16 Dec, 2020 1 commit
-
-
Tim Gross authored
When a task is restored after a client restart, the template runner will create a new lease for any dynamic secret (ex. Consul or PKI secrets engines). But because this lease is being created in the prestart hook, we don't trigger the `change_mode`. This changeset uses the the existence of the task handle to detect a previously running task that's been restored, so that we can trigger the template `change_mode` if the template is changed, as it will be only with dynamic secrets.
-
- 10 Dec, 2020 1 commit
-
-
Seth Hoenig authored
Applying the default --concurrency for gateways was missed before. Set the default Envoy concurrency to 1 for connect gateways. The same override value meta.connect.proxy_concurrency applies.
-
- 03 Dec, 2020 3 commits
-
-
Michael Schurter authored
Consul 1.9 switched to agentless intentions which no longer require synchronous communication from Envoy to Consul.
-
Michael Schurter authored
During testing we discovered old versions of Nomad and Consul seemed to prevent Envoy from accepting new connections while the Nomad agent was being upgraded.
-
Charlie Voiselle authored
* systemd should be downcased * containerd should be downcased * spellchecking, adjust list item spacing * QEMU should be upcased * spelling, it's->its * Fewer exclamation points; drive-by list spacing * Update website/pages/docs/internals/security.mdx * Namespace is not ent only now. Co-authored-by:
Tim Gross <tgross@hashicorp.com>
-
- 01 Dec, 2020 1 commit
-
-
Seth Hoenig authored
Previously, every Envoy Connect sidecar would spawn as many worker threads as logical CPU cores. That is Envoy's default behavior when `--concurrency` is not explicitly set. Nomad now sets the concurrency flag to 1, which is sensible for the default cpu = 250 Mhz resources allocated for sidecar proxies. The concurrency value can be configured in Client configuration by setting `meta.connect.proxy_concurrency`. Closes #9341
-
- 23 Nov, 2020 1 commit
-
-
Nick Ethier authored
-