Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endless loading on list views if starboard K8s resources not installed #47

Closed
msa0311 opened this issue Feb 1, 2021 · 2 comments
Closed

Comments

@msa0311
Copy link

msa0311 commented Feb 1, 2021

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.

Bildschirmfoto 2021-02-01 um 09 51 03

OS: Mac OS 10.14.6 (Mojave)

@aleksfront
Copy link
Contributor

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.

  1. 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.
  2. 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.

@danielpacak
Copy link
Contributor

I believe it's been resolved in Lens already. Please reopen if the problem persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants