kubetail-org / kubetail

Private, real-time log viewer for Kubernetes
https://www.kubetail.com/demo
Apache License 2.0
350 stars 16 forks source link

Scrolling broken with large number of pods #46

Closed nodesocket closed 6 months ago

nodesocket commented 6 months ago

When expanding a large list of deployments or pods I'm unable to scroll the browser window in Google Chrome to see all items. Just a guess, but could be css related.

Screenshot 2024-04-01 at 11 52 24 PM

amorey commented 6 months ago

Thanks for the heads up! I just noticed it myself too right before seeing this. Will fix asap.

amorey commented 6 months ago

This should be fixed in the latest version (0.4.3):

helm repo update kubetail
helm upgrade kubetail kubetail/kubetail --namespace kubetail

Thanks again for the bug report. Let me know if it isn't working as expected.

nodesocket commented 6 months ago

Worked, thanks for the quick update. 👍🏻 🙏🏻