siderolabs / omni

SaaS-simple deployment of Kubernetes - on your own hardware.
Other
400 stars 23 forks source link

feat: show service events on the node overview page #278

Closed Unix4ever closed 1 month ago

Unix4ever commented 1 month ago

Also pull the service list from the MachineService.ServiceList API as it has more data than the resource and has services which haven't started yet.

The list is dynamically updated by subscribing on the machine events and filtering the events of type ServiceStateEvent.

Additionally make the sidebar service list dynamically update for consistency.

Fixes: https://github.com/siderolabs/omni/issues/21

Unix4ever commented 1 month ago

https://github.com/siderolabs/omni/assets/830532/734fdd56-8795-4f2e-bf9b-f7de9a0d6a65

Unix4ever commented 1 month ago

/m