kyma-project / busola

Web based Kubernetes Dashboard with a focus on privacy that requires no active components or special privileges in your cluster.
Apache License 2.0
24 stars 47 forks source link

Issue with details of module being deleted #2995

Closed arturskorupa closed 1 month ago

arturskorupa commented 2 months ago
  1. I deleted modules: Connectivity Proxy and Transparent Proxy.
  2. Despite view of the modules didn't exist any more, module were presented on the Modules list with Ready state.
  3. When clicked on a module, I was lead to the empty page (screen below) and couldn't come back (need to reopen the busola)
  4. For some time when I clicked on those modules to display a details, right panel opened but the message was saying module doesnt exist
image

Remedy UI must be more resilient, not to be broken for the time of module deletion. 404 page may be displayed but it must have a link back to the module list.

+We need to check why module's UI was deleted but the module still presented as Ready on the list (is it something wrong with module deletion process or some caching in UI?)

OliwiaGowor commented 1 month ago

The prolonged Ready state after deletion is not on our side, this is the information we get from the yaml. Our part is to handle the case when there is no resource details.

mrCherry97 commented 1 month ago

We need to disable onClick for details view, when module is also in Error state, because when I'm adding the eventing for example, for couple seconds/minutes it is in Error state and extension for details is not available.