You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a container that spits out a log entry every 5 seconds which is annoying. I want to kubetail $args | grep -v annoying but now new output doesn't show up immediately, but shows up in chunks when the buffer fills up. Conclusion: --line-buffered doesn't work.
Hmm ok maybe it has broken somehow. Really hard to very everything when there are no tests unfortunately. If you're up for it we would really appreciate a PR. If so I can make a new release asap!
I have a container that spits out a log entry every 5 seconds which is annoying. I want to
kubetail $args | grep -v annoying
but now new output doesn't show up immediately, but shows up in chunks when the buffer fills up. Conclusion:--line-buffered
doesn't work.This doesn't work:
But this does:
Using
The text was updated successfully, but these errors were encountered: