thecasualcoder / kube-fzf

Shell commands using kubectl and fzf for command-line fuzzy searching of Kubernetes Pods.
MIT License
199 stars 31 forks source link

speedup tailpod by only requesting up to 200 loglines #9

Closed tarasglek closed 3 years ago

tarasglek commented 5 years ago

I have pods that log heavily. tailpod would result in a few minutes of scrolling before actually starting to follow recent log lines.

This also ensures that the cmdline printed to stdout is the same code as runs.

ps. really like your utilities, these should be part of every k8s install :)

arunvelsriram commented 5 years ago

@tarasglek just bumping this up

arunvelsriram commented 4 years ago

@tarasglek bumping this up again.