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.
  1. 03 Feb, 2022 1 commit
    • Tim Gross's avatar
      raft: default to protocol v3 (#11572) · e3009f1c
      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.
      e3009f1c
  2. 17 Jan, 2022 1 commit
  3. 03 Jan, 2022 1 commit
  4. 16 Dec, 2021 1 commit
  5. 15 Dec, 2021 1 commit
    • Tim Gross's avatar
      `nomad eval list` command (#11675) · 97621ec3
      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.
      97621ec3
  6. 09 Dec, 2021 1 commit
  7. 24 Nov, 2021 1 commit
  8. 14 Oct, 2021 1 commit
  9. 16 Sep, 2021 1 commit
  10. 01 Sep, 2021 1 commit
  11. 30 Aug, 2021 1 commit
  12. 23 Aug, 2021 1 commit
    • Luiz Aoqui's avatar
      Don't timestamp active log file (#11070) · d74ab11d
      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
      d74ab11d
  13. 05 Aug, 2021 1 commit
  14. 30 Jun, 2021 1 commit
    • Tim Gross's avatar
      docker: move host path for hosts file mount to alloc dir (#10823) · a66034bb
      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.
      a66034bb
  15. 28 Jun, 2021 1 commit
  16. 17 May, 2021 3 commits
  17. 12 May, 2021 1 commit
  18. 10 May, 2021 1 commit
  19. 07 May, 2021 2 commits
  20. 28 Apr, 2021 1 commit
  21. 15 Apr, 2021 1 commit
  22. 08 Apr, 2021 1 commit
  23. 31 Mar, 2021 1 commit
  24. 28 Mar, 2021 1 commit
  25. 10 Mar, 2021 1 commit
  26. 09 Mar, 2021 1 commit
  27. 29 Jan, 2021 1 commit
  28. 14 Jan, 2021 1 commit
  29. 06 Jan, 2021 1 commit
  30. 05 Jan, 2021 1 commit
  31. 16 Dec, 2020 1 commit
    • Tim Gross's avatar
      template: trigger change_mode for dynamic secrets on restore (#9636) · 004f1c97
      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.
      004f1c97
  32. 10 Dec, 2020 1 commit
  33. 03 Dec, 2020 3 commits
  34. 01 Dec, 2020 1 commit
    • Seth Hoenig's avatar
      consul/connect: default envoy concurrency to 1 · 2a397dbd
      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
      2a397dbd
  35. 23 Nov, 2020 1 commit