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. 10 Jan, 2022 1 commit
    • Derek Strickland's avatar
      Expose Consul template configuration parameters (#11606) · 43edd0e7
      Derek Strickland authored
      
      This PR exposes the following existing`consul-template` configuration options to Nomad jobspec authors in the `{job.group.task.template}` stanza.
      
      - `wait`
      
      It also exposes the following`consul-template` configuration to Nomad operators in the `{client.template}` stanza.
      
      - `max_stale`
      - `block_query_wait`
      - `consul_retry`
      - `vault_retry` 
      - `wait` 
      
      Finally, it adds the following new Nomad-specific configuration to the `{client.template}` stanza that allows Operators to set bounds on what `jobspec` authors configure.
      
      - `wait_bounds`
      Co-authored-by: default avatarTim Gross <tgross@hashicorp.com>
      Co-authored-by: default avatarMichael Schurter <mschurter@hashicorp.com>
      43edd0e7
  2. 07 Jan, 2022 3 commits
    • Tim Gross's avatar
      docs: note that clients need to have ACLs enabled (#11799) · 04095bde
      Tim Gross authored
      Client endpoints such as `alloc exec` are enforced on the client if
      the API client or CLI has "line of sight" to the client. This is
      already in the Learn guide but having it in the ACL configuration docs
      would be helpful.
      04095bde
    • Tim Gross's avatar
      CSI: tests to exercise csi_hook (#11788) · d27b1370
      Tim Gross authored
      Small refactoring of the allocrunner hook for CSI to make it more
      testable, and a unit test that covers most of its logic.
      d27b1370
    • Tim Gross's avatar
      docs: new scheduler metrics (#11790) · 7fad4b91
      Tim Gross authored
      * Fixed name of `nomad.scheduler.allocs.reschedule` metric
      * Added new metrics to metrics reference documentation
      * Expanded definitions of "waiting" metrics
      * Changelog entry for #10236 and #10237
      7fad4b91
  3. 06 Jan, 2022 5 commits
  4. 05 Jan, 2022 2 commits
  5. 04 Jan, 2022 2 commits
  6. 03 Jan, 2022 5 commits
  7. 25 Dec, 2021 1 commit
  8. 24 Dec, 2021 1 commit
  9. 23 Dec, 2021 8 commits
  10. 22 Dec, 2021 3 commits
  11. 21 Dec, 2021 9 commits