1. 10 Jun, 2019 1 commit
    • Set maxUnavailable to 1 for registry deployment · dd0ab35d
      gitlawr authored
      Problem:
      Registry pod stuck in AttchVolumeFailed status on upgrade. Deadlock happens where the new pod waits the old pod to dettach the volume, and the old one waits for the new one to be ready.
      
      Solution:
      Set maxUnavailable to 1, so that the old pod can be released before the new pod is ready.
  2. 07 Jun, 2019 1 commit
  3. 04 Jun, 2019 1 commit
  4. 31 May, 2019 3 commits
  5. 29 May, 2019 4 commits
  6. 21 May, 2019 1 commit
  7. 20 May, 2019 2 commits
  8. 14 May, 2019 2 commits
  9. 09 May, 2019 1 commit
  10. 08 May, 2019 3 commits
  11. 07 May, 2019 2 commits
  12. 01 May, 2019 2 commits
  13. 12 Mar, 2019 2 commits
  14. 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.
  15. 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.
  16. 27 Feb, 2019 3 commits
  17. 26 Feb, 2019 3 commits
  18. 25 Feb, 2019 1 commit
  19. 22 Feb, 2019 1 commit
  20. 20 Feb, 2019 5 commits