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. 30 Sep, 2019 3 commits
  2. 25 Sep, 2019 2 commits
  3. 24 Sep, 2019 4 commits
  4. 23 Sep, 2019 2 commits
    • Tim Gross's avatar
      client/connect: ConsulProxy LocalServicePort/Address (#6358) · 4f687cfc
      Tim Gross authored
      Without a `LocalServicePort`, Connect services will try to use the
      mapped port even when delivering traffic locally. A user can override
      this behavior by pinning the port value in the `service` stanza but
      this prevents us from using the Consul service name to reach the
      service.
      
      This commits configures the Consul proxy with its `LocalServicePort`
      and `LocalServiceAddress` fields.
      4f687cfc
    • kaxap's avatar
      Fix broken links in README Guide section · 5dc99ebd
      kaxap authored
      Fix two broken links in the Documentation & Guides section, namely Advanced Job Scheduling on Nomad with Affinities and Increasing Nomad Fault Tolerance with Spread
      5dc99ebd
  5. 20 Sep, 2019 3 commits
  6. 19 Sep, 2019 1 commit
    • Buck Doyle's avatar
      UI: Fix Connect proxy tag (#6343) · 05fd8a06
      Buck Doyle authored
      This fixes a race condition in the pseudo-relationship between a
      TaskState and a Task that was causing the Consul Connect proxy tag
      to sometimes show on the wrong task. There’s no direct Ember Data-style
      relationship between a TaskState and its Task; instead, it’s determined
      by searching for a Task with the matching name. The related Task was
      sometimes stored before everything was ready and not recalculated when
      the name became known. This ensures the relationship is accurate if the
      TaskState’s name property changes.
      05fd8a06
  7. 18 Sep, 2019 11 commits
  8. 17 Sep, 2019 10 commits
  9. 16 Sep, 2019 4 commits