Skip to content

k8s-logger v1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 07:22
· 5 commits to main since this release

Changes

  • If started with -c and FIFO already exists, it is first removed
  • If started with -c the FIFO is removed at program exit

Fixes

  • Change from blocking fgets() to poll() to respond to signals.
    This means releases prior to this did not exit on SIGTERM