astefanutti / kubebox

⎈❏ Terminal and Web console for Kubernetes
http://astefanutti.github.io/kubebox
MIT License
2.15k stars 142 forks source link

Add support for Events #36

Closed johnpoth closed 4 years ago

johnpoth commented 5 years ago

https://kubernetes.io/docs/tasks/debug-application-cluster/ https://docs.openshift.com/container-platform/3.11/dev_guide/events.html

astefanutti commented 5 years ago

As a first implementation, we could just open a new tab with the content of the describe command, possibly restricted to the Events section. Another possibility is to add a tab to the log panel and provide shortcuts to navigate from log, events, or description.

This relates to #20.

astefanutti commented 4 years ago

Fixed with #81. It'll be part of 0.8.0 release.