1. 03 Dec, 2019 1 commit
  2. 22 Nov, 2019 1 commit
  3. 21 Nov, 2019 3 commits
  4. 15 Nov, 2019 2 commits
  5. 11 Nov, 2019 4 commits
  6. 22 Oct, 2019 2 commits
  7. 17 Oct, 2019 3 commits
  8. 10 Oct, 2019 2 commits
  9. 04 Oct, 2019 1 commit
  10. 30 Sep, 2019 1 commit
  11. 19 Sep, 2019 1 commit
  12. 18 Sep, 2019 3 commits
  13. 17 Sep, 2019 3 commits
  14. 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
  15. 11 Sep, 2019 1 commit
  16. 10 Sep, 2019 7 commits
  17. 03 Sep, 2019 1 commit
  18. 30 Aug, 2019 1 commit
  19. 29 Aug, 2019 2 commits
    • 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.
    • upgrade wmi exporter image · 598d596c
      michelia feng authored