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 Oct, 2022 3 commits
    • Kevin Wang's avatar
      Update envvars.mdx · aa8eedf9
      Kevin Wang authored
      aa8eedf9
    • Elijah Voigt's avatar
      Docs(job-specification/periodic): Add enabled toggle (#14767) · 5fdcbf08
      Elijah Voigt authored
      This is probably undocumented for a reason, but the `enabled` toggle in the
      `periodic` stanza is very useful so I figured I try adding it to the docs.
      
      The feature has been secretly avaliable since #9142 and was called out in that
      PR as being a dubious addition, only added to avoid regressions.
      
      The use case for disabling a periodic job in this way is to prevent it from
      running without modifying the schedule. Ideally Nomad would make it more clear
      that this was the case, and allow you to force a run of the job, but even with
      those rough edges I think users would benefit from knowing about this toggle.
      5fdcbf08
    • Tim Gross's avatar
      internals documentation with diagrams (#14750) · 98deb8d8
      Tim Gross authored
      
      This changeset adds new architecture internals documents to the contributing
      guide. These are intentionally here and not on the public-facing website because
      the material is not required for operators and includes a lot of diagrams that
      we can cheaply maintain with mermaid syntax but would involve art assets to have
      up on the main site that would become quickly out of date as code changes happen
      and be extremely expensive to maintain. However, these should be suitable to use
      as points of conversation with expert end users.
      
      Included:
      * A description of Evaluation triggers and expected counts, with examples.
      * A description of Evaluation states and implicit states. This is taken from an
        internal document in our team wiki.
      * A description of how writing the State Store works. This is taken from a
        diagram I put together a few months ago for internal education purposes.
      * A description of Evaluation lifecycle, from registration to running
        Allocations. This is mostly lifted from @lgfa29's amazing mega-diagram, but
        broken into digestible chunks and without multi-region deployments, which I'd
        like to cover in a future doc.
      
      Also includes adding Deployments to our public-facing glossary.
      Co-authored-by: default avatarLuiz Aoqui <luiz@hashicorp.com>
      Co-authored-by: default avatarMichael Schurter <mschurter@hashicorp.com>
      Co-authored-by: default avatarSeth Hoenig <shoenig@duck.com>
      98deb8d8
  2. 30 Sep, 2022 4 commits
  3. 29 Sep, 2022 3 commits
  4. 28 Sep, 2022 6 commits
  5. 27 Sep, 2022 21 commits
  6. 26 Sep, 2022 3 commits