rancher / dashboard

The Rancher UI
https://rancher.com
Apache License 2.0
450 stars 256 forks source link

Explorer UI seems to be operational even if local cluster has been destroyed in meantime #3323

Open thehejik opened 3 years ago

thehejik commented 3 years ago

What kind of request is this (question/bug/enhancement/feature request): bug

Steps to reproduce (least amount of steps as possible):

Result:

Expected Result:

Other details that may be helpful:

Environment information

Cluster information

richard-cox commented 3 years ago

We get updates to known resources pushed to the client via web socket, there's no manual refresh client side. So if the local cluster goes down we won't know about it until either the sockets can't reconnect or requests for unseen resource types are made.

We could use the new and improved growl system to show a warning if the sockets can't reconnected after x attempts/y seconds, 'Failed to connect... some information may be stale, etc'?

Edit - It looks like Cluster Manager just signs the user out if there's issues. Maybe that's a second step?