1. 14 May, 2019 2 commits
  2. 09 May, 2019 1 commit
  3. 08 May, 2019 3 commits
  4. 07 May, 2019 2 commits
  5. 01 May, 2019 2 commits
  6. 12 Mar, 2019 2 commits
  7. 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.
  8. 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.
  9. 27 Feb, 2019 3 commits
  10. 26 Feb, 2019 3 commits
  11. 25 Feb, 2019 1 commit
  12. 22 Feb, 2019 1 commit
  13. 20 Feb, 2019 7 commits
  14. 15 Feb, 2019 1 commit
  15. 14 Feb, 2019 5 commits
  16. 13 Feb, 2019 1 commit
  17. 12 Feb, 2019 2 commits
  18. 29 Jan, 2019 1 commit
  19. 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