Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add option to stream (follow) logs via WebSockets #138

Merged
merged 1 commit into from
Sep 7, 2021

Conversation

ricoberger
Copy link
Member

A new option follow was added for the logs of a container. By selecting
the "follow" option in the logs modal, we will establish a WebSocket
connection. Via this connection we will then stream all incoming logs of
the selected container and show them in the terminal. This is like the
"-f" option for kubectl.

A new option follow was added for the logs of a container. By selecting
the "follow" option in the logs modal, we will establish a WebSocket
connection. Via this connection we will then stream all incoming logs of
the selected container and show them in the terminal. This is like the
"-f" option for kubectl.
@ricoberger ricoberger merged commit 2e7714c into main Sep 7, 2021
@ricoberger ricoberger deleted the add-options-to-stream-logs branch September 7, 2021 19:44
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant