1. 11 May, 2020 2 commits
  2. 09 May, 2020 1 commit
  3. 05 May, 2020 8 commits
  4. 04 May, 2020 17 commits
  5. 30 Apr, 2020 5 commits
  6. 29 Apr, 2020 3 commits
  7. 28 Apr, 2020 4 commits
    • Geoff Simmons's avatar
      Fix Service deletion. · bedfb375
      Geoff Simmons authored
      - The varnish controller deleted a service from its
      map under the wrong conditions.
      
      - Not an error if there are no Endpoints for the
      Service when the Delete event is synced -- they
      may already be gone.
      
      - Varnish and haproxy controllers delete the service
      from their maps before any other sync actions are
      taken -- otherwise error returns may prevent the
      deletion from ever happening.
      
      - Permanent network errors on attempts to communicate
      with the admin interfaces are ignored (do not cause
      re-queue), since the instance may be gone.
      bedfb375
    • Geoff Simmons's avatar
      Fix the namespace example. · 5c6e3a47
      Geoff Simmons authored
      The admin Service was missing, and the varnishadm port was still
      defined for the Varnish Service.
      5c6e3a47
    • Geoff Simmons's avatar
      Fix the example Secret value for the dataplane API. · 9a9bca03
      Geoff Simmons authored
      It had a newline after the password string.
      9a9bca03
    • Geoff Simmons's avatar
      Merge branch 'lf/specify-image-repo' into 'tls-wip' · 757d6d53
      Geoff Simmons authored
      Add option to specify an image repository
      
      See merge request !2
      757d6d53