gimlet-io / capacitor

A general purpose UI for FluxCD.
Apache License 2.0
565 stars 18 forks source link

feat: stream of Kubernetes events from Flux resources #48

Closed laszlocph closed 7 months ago

laszlocph commented 7 months ago

A debugging perspective for the flux events, with quick filters on namespace, flux resource (type)

Most times you don’t care to see all the Flux resources nor pods, just latest events to have confirmation that latest commit was synced and nothing broke.

Based on event type Info or Warning we can highlight when stuff breaks.

Like flux events. https://github.com/fluxcd/flux2/blob/main/cmd/flux/events.go

laszlocph commented 7 months ago

Also: add a toast notification that has to be dismissed in case of new Warning and above Flux events. They should click through to the Footer, to the involved object At most 3 toasts.