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