Ramilito / kubectl.nvim

Apache License 2.0
158 stars 4 forks source link

feature request: Auto-update container logs every n seconds #75

Closed idelice closed 1 month ago

idelice commented 1 month ago

Right now, if I were to look at new container logs, I have to close the log window, and open it again.

Instead, I suggest some kind of auto-fetching logs every n seconds (could be 2 seconds).

Ramilito commented 1 month ago

Have you tried the follow (tail) feature by pressing f?

image
idelice commented 1 month ago

It doesn't work. I tested it twice today and nothing really happens.

I'm still interested in auto-fetching every 2 seconds regardless if you "follow" or not

Ramilito commented 1 month ago

It should work now with latest, I seem to have missed to convert the output into a table.

I'm still interested in auto-fetching every 2 seconds regardless if you "follow" or not

I really don't see the reasons to add that since we basically have live tailing (that should work now).