1. 10 Dec, 2019 1 commit
  2. 03 Dec, 2019 1 commit
  3. 22 Nov, 2019 1 commit
  4. 21 Nov, 2019 3 commits
  5. 15 Nov, 2019 2 commits
  6. 11 Nov, 2019 4 commits
  7. 22 Oct, 2019 2 commits
  8. 17 Oct, 2019 3 commits
  9. 10 Oct, 2019 2 commits
  10. 04 Oct, 2019 1 commit
  11. 30 Sep, 2019 1 commit
  12. 19 Sep, 2019 1 commit
  13. 18 Sep, 2019 3 commits
  14. 17 Sep, 2019 3 commits
  15. 14 Sep, 2019 1 commit
    • Distinguish Windows images · 7c183b98
      Frank Mai authored
      **Problem:**
      Could not distinguish Windows images from `values.yaml`
      
      **Solution:**
      - Add a new field `os` below field `image`
      - Must indicate `os: windows` if the image is using in Windows cluster
  16. 11 Sep, 2019 1 commit
  17. 10 Sep, 2019 7 commits
  18. 03 Sep, 2019 1 commit
  19. 30 Aug, 2019 1 commit
  20. 29 Aug, 2019 1 commit
    • Adapt monitoring to restricted PSP clusters · 394986a9
      gitlawr authored
      Problem:
      Fail to enable monitoring on restricted PSP clusters.
      
      Solution:
      1. Update grafana to run as grafana user.
      2. Update nginx sidecars to run as nginx user, move files to the user
      home directory(/var/cache/nginx) and listen on non privileged 8080 port.
      With 1 & 2, project monitoring works in restricted clusters out of the
      box.
      3. Add necessary PSP/role/rb resource to node-exporter, which is used by
      cluster monitoring.