1. 13 Mar, 2020 2 commits
    • Sebastiaan van Steenis's avatar
      vendor update kdm · a2a2d6ab
      Sebastiaan van Steenis authored
      a2a2d6ab
    • Ray's avatar
      adds skip_refresh_on_startup and read_from_head to fluentd collector (#25049) · cdd0acc0
      Ray authored
      adds skip_refresh_on_startup and read_from_head to fluentd collector
      
      Problem: The delay between the start of the pods and the start of logging.
          Fluentd collector is using the `@type tail`, which will only send new log
          events. Starting with the end of file position from the when it became aware of
          the log file.  This prevents centralized logging from collecting the output of
          the pods starting up.
      Solution: Setting `read_from_head true` causes the fluentd collector to read
          the file from the beginning and forward.  `skip_refresh_on_startup true` makes
          this processess start a little faster.
      Issue: https://github.com/rancher/rancher/issues/25048
      cdd0acc0
  2. 10 Mar, 2020 2 commits
  3. 03 Mar, 2020 2 commits
  4. 02 Mar, 2020 2 commits
  5. 28 Feb, 2020 4 commits
  6. 27 Feb, 2020 3 commits
  7. 26 Feb, 2020 1 commit
  8. 25 Feb, 2020 1 commit
  9. 24 Feb, 2020 1 commit
  10. 19 Feb, 2020 1 commit
  11. 18 Feb, 2020 1 commit
  12. 14 Feb, 2020 1 commit
  13. 04 Feb, 2020 3 commits
  14. 29 Jan, 2020 5 commits
  15. 28 Jan, 2020 4 commits
  16. 27 Jan, 2020 3 commits
  17. 25 Jan, 2020 1 commit
  18. 24 Jan, 2020 2 commits
  19. 23 Jan, 2020 1 commit