monokle
monokle copied to clipboard
Events should not be part of the resources in cluster mode
Events are not configuration resources, and they can be a very high number. Events should be present in their own interface, not mixed with other resources.
Delete events from the list of resources
### Tasks
- [ ] test
For this one we should filter the events from the UI, but I think we still need to have them in memory @erdkse ?
yes, We should listen to the Events for the new ones at least, or we can completely remove them from our kindHandlers and create a separate listener for the events.
We should consider this issue together I believe.
I also created a Draft PR that just removes Events from the left menu.
My understanding is that clicking an event in the dashboard goes to the list of events - so if we remove this we need to provide some alternative target!?