1. 08 May, 2019 1 commit
  2. 07 May, 2019 2 commits
  3. 01 May, 2019 2 commits
  4. 12 Mar, 2019 2 commits
  5. 06 Mar, 2019 1 commit
    • Start prometheus proxy nginx in process 1 · 78f31511
      orangedeng authored
      **Problem:**
      When we start nginx in our start-up script, the nginx process would
      become the child process of start-up script process and not process 1.
      In this case, the kill signal from kubelet/docker will be sent to
      start-up script instead of nginx so the nginx process won't stop after
      kill.
      
      **Solution:**
      Change the proxy command and let nginx start at process 1.
  6. 05 Mar, 2019 1 commit
    • Use repository for image name key in templates · 0a1d0d47
      orangedeng authored
      In system-charts, we need to use the `repository` and `tag` to define
      container's image name. After that, we can collect them together and
      provide an images list we need for system charts.
  7. 27 Feb, 2019 3 commits
  8. 26 Feb, 2019 3 commits
  9. 25 Feb, 2019 1 commit
  10. 22 Feb, 2019 1 commit
  11. 20 Feb, 2019 7 commits
  12. 15 Feb, 2019 1 commit
  13. 14 Feb, 2019 5 commits
  14. 13 Feb, 2019 1 commit
  15. 12 Feb, 2019 2 commits
  16. 29 Jan, 2019 1 commit
  17. 14 Jan, 2019 1 commit
    • Add logging charts · 5b03a8d7
      Aiwantaozi authored
      Problem:
      we want to use catalog to deploy system tools
      
      Solution:
      add logging chart
  18. 10 Dec, 2018 1 commit
  19. 07 Dec, 2018 3 commits
  20. 06 Dec, 2018 1 commit