1. 20 May, 2019 1 commit
    • Keep the operator charts version to 0.0.2 · c5ddab3f
      orangedeng authored
      **Problem:**
      Upgrade the operator would have errors because we change the version of
      the operator charts.
      
      **Solution:**
      Keep the old version 0.0.2 the operator used before.
  2. 14 May, 2019 2 commits
  3. 09 May, 2019 1 commit
  4. 08 May, 2019 3 commits
  5. 07 May, 2019 2 commits
  6. 01 May, 2019 2 commits
  7. 12 Mar, 2019 2 commits
  8. 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.
  9. 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.
  10. 27 Feb, 2019 3 commits
  11. 26 Feb, 2019 3 commits
  12. 25 Feb, 2019 1 commit
  13. 22 Feb, 2019 1 commit
  14. 20 Feb, 2019 7 commits
  15. 15 Feb, 2019 1 commit
  16. 14 Feb, 2019 5 commits
  17. 13 Feb, 2019 1 commit
  18. 12 Feb, 2019 2 commits
  19. 29 Jan, 2019 1 commit