wufei icon indicating copy to clipboard operation
wufei copied to clipboard

Async Kuberenetes Namespace Log Recorder / Streamer

Results 6 wufei issues
Sort by recently updated
recently updated
newest added

Add an `--all-namespaces` option to tail all pods across all namespaces

support more the one json key

We need to update the informer to see if a label or such has been added or modified during an edit, so we can pull it into the log streaming...

https://rust-lang.github.io/async-book/07_workarounds/03_err_in_async_blocks.html We need to handle errors correctly in async blocks. My quick pass on it i was getting `Box can not be sent between threads safely` Will need to spend...