1. 22 Nov, 2019 1 commit
  2. 21 Nov, 2019 3 commits
  3. 15 Nov, 2019 2 commits
  4. 11 Nov, 2019 4 commits
  5. 22 Oct, 2019 2 commits
  6. 17 Oct, 2019 3 commits
  7. 10 Oct, 2019 2 commits
  8. 04 Oct, 2019 1 commit
  9. 30 Sep, 2019 1 commit
  10. 19 Sep, 2019 1 commit
  11. 18 Sep, 2019 3 commits
  12. 17 Sep, 2019 3 commits
  13. 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
  14. 11 Sep, 2019 1 commit
  15. 10 Sep, 2019 7 commits
  16. 03 Sep, 2019 1 commit
  17. 30 Aug, 2019 1 commit
  18. 29 Aug, 2019 3 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
    • Improve linux node selector and tolerations · 41775563
      michelia feng authored
      Problem:
      New add charts operator-init lack of linux node selector and tolerations
      
      Solution:
      Improve node selector and tolerations