cyclops-ui / cyclops

Developer Friendly Kubernetes 👁️
https://cyclops-ui.com
Apache License 2.0
2.4k stars 786 forks source link

Add reconciliation status to the Module details page #518

Open petar-cvit opened 3 weeks ago

petar-cvit commented 3 weeks ago

Is your feature request related to a problem? Please describe. Each time a Module reconciles, the reconciliation loop can produce errors. However, some of those errors are not critical and are listed in the reconciliationStatus field of the module when the module is fetched from the API.

The scope of the issue is to show reconciliation errors on the Module details page if any errors are present in the fetched Module.

Describe the solution you'd like You can add a warning icon next to the module name if there are any errors, and add a popover that would show all errors on the module

pravintargaryen commented 3 weeks ago

Please assign this to me. Will submit PR alongside https://github.com/cyclops-ui/cyclops/issues/499

petar-cvit commented 3 weeks ago

Hey @pravintargaryen, thanks for the comment, but it would be better to keep them in separate PRs so it's easier to track