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

Unable to add node / link #54

Open
psych0d0g opened this issue Feb 18, 2021 · 0 comments
Open

Unable to add node / link #54

psych0d0g opened this issue Feb 18, 2021 · 0 comments

Comments

@psych0d0g
Copy link

psych0d0g commented Feb 18, 2021

on some of our namespaces i get these errors in the browser's javascript console (chrome and firefox)

image

And that leads to the nodes being created and linked, but they are all stacked ontop of eachother:

image

This problem did not occur when i deployed kubeview into my HomeLab k8s cluster.
Diffrences between those 2 are:

Homelab:
No RBAC
Single Node
k8s Version 1.20

Other Cluster:
RBAC
Multi Node
k8s version 1.18

Logs of the pod are not showing anything suspicious.

i assume that the function that renders out the map is called to early since the loading animation is still displayed at that time, so i think it tries to render before the API call to get all the objects in the namespace is completed. does that make sense?

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

1 participant