You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing the extension with Lens 4.1.0-alpha.1 release I've figured out that the list views are loading endless in case the starboard k8s resources are not yet installed.
OS: Mac OS 10.14.6 (Mojave)
The text was updated successfully, but these errors were encountered:
This is the issue within Lens itself - it doesn't inform user about loading problems. I've created a ticket for that lensapp/lens#2060
There might be some workarounds to be done.
Make a test call in componentDidMount(), check if it fails and show error message. There is pitfall of calling kube api twice for showing vulnerability reports.
Make a component that listens for spinner availability and triggers error message if spinner visible for a long time.
So there're ways to avoid such behavior before lensapp/lens#2060 will be implemented but I sugges to customize error after the fix.
When testing the extension with Lens 4.1.0-alpha.1 release I've figured out that the list views are loading endless in case the starboard k8s resources are not yet installed.
OS: Mac OS 10.14.6 (Mojave)
The text was updated successfully, but these errors were encountered: