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

Feature Request: wrap messages so scrolling right is not necessary #7

Closed krzwiatrzyk closed 7 months ago

amorey commented 7 months ago

Makes sense. Will take a look.

amorey commented 7 months ago

I just published a new version (0.1.5) that adds a "Wrap" option to the settings dropdown in the top-right corner that implements this: Kubetail___Log_Viewer_and_Feature_Request__wrap_messages_so_scrolling_right_is_not_necessary_·_Issue__7_·_kubetail-org_kubetail

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

It's implemented in the demo if you want to play around with it: https://www.kubetail.com/demo. Currently, this option will reset every time you load a new console but I hope to address this soon.

amorey commented 6 months ago

@krzwiatrzyk I just published a new version of kubetail (0.4.0-rc5) that re-implements message wrapping with the new "virtualized" content window designed to handle many more log records. If you want to try it out you can cherry pick the 0.4.0-rc5 tag using this command:

helm repo update kubetail
helm upgrade kubetail kubetail/kubetail --namespace kubetail --set image.tag=0.4.0-rc5

You can also play with it on the demo site here: https://www.kubetail.com/demo

Let me know if you notice any bugs, otherwise I'll merge with the main branch and publish a new stable version soon.

krzwiatrzyk commented 6 months ago

Awesome, I will surely check it out, thanks for letting me now

amorey commented 6 months ago

Quick update - I pushed a new stable version (0.4.0) based on the last rc. Here's the command to upgrade (using --reset-values to clear out previous use of --set):

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