Skip to content
Snippets Groups Projects
  1. Feb 04, 2019
    • woodsaj's avatar
      tail all container log files · 37feebfa
      woodsaj authored
      kubelet creates a new log file when a container is restarted.
      So we need to catpure all log files in the
      `/var/logs/pods/<uid>/<container_name>/` dir.
      37feebfa
  2. Feb 03, 2019
  3. Feb 01, 2019
  4. Jan 31, 2019
  5. Jan 29, 2019
  6. Jan 22, 2019
  7. Jan 21, 2019
  8. Jan 19, 2019
  9. Jan 17, 2019
    • Anthony Woods's avatar
      allow promtail path to be a glob match (#206) · fed39435
      Anthony Woods authored
      * allow promtail target path to be a glob match
      
      Promtail now expects __path__ to be a glob. All files that match
      the glob expression will be tailed.  If new files are created that
      match the glob, they will immediately be tailed.
      
      * remove entry from positions file when file is deleted
      
      * fix syncing the current positions to positions file
      
      * handle file renames
      
      When a file is renamed a "rename" and a "create" event are sent.
      We need to treat the rename as a remove.  If the new filename matches
      the path glob, then we will start tailing it when the "create" event
      is reveived.
      
      * lint
      fed39435
    • Xiang Dai's avatar
      helm: remove promtail sa setting (#160) · a7f16a5b
      Xiang Dai authored
      
      Signed-off-by: default avatarXiang Dai <764524258@qq.com>
      a7f16a5b
  10. Jan 10, 2019
  11. Jan 09, 2019
  12. Dec 20, 2018
  13. Dec 18, 2018
  14. Dec 17, 2018
Loading