Closed d11wtq closed 5 years ago
Perhaps it is just undocumented, but is there a way to tail the logs of a pod using k8s-client?
I think log tailing needs a stream support which is not there yet directly. But you could try to pass response_block to K8s::Transport.config. See https://github.com/excon/excon#streaming-responses .
response_block
K8s::Transport.config
Perhaps it is just undocumented, but is there a way to tail the logs of a pod using k8s-client?