monokle icon indicating copy to clipboard operation
monokle copied to clipboard

Events should not be part of the resources in cluster mode

Open chargio opened this issue 1 year ago • 3 comments

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

chargio avatar Apr 06 '23 12:04 chargio

For this one we should filter the events from the UI, but I think we still need to have them in memory @erdkse ?

devcatalin avatar Apr 07 '23 09:04 devcatalin

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.

erdkse avatar Apr 09 '23 18:04 erdkse

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!?

olensmar avatar Apr 10 '23 09:04 olensmar