-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
Full topology view doesn't appear on the graph #2274
Comments
I think you took the right approach using filter. You can also try to tweak the websocket parameter: https://github.com/skydive-project/skydive/blob/master/etc/skydive.yml.default#L27-L44 You can also give a try to at the new version of the UI, still in progress but should be better: |
@safchain Thank you for the quick response!
So I suppose I need to create a configmap for the analyzer deployment to apply tweaks but is there a way to do it through environment variables? By the way, the filter doesn't give much performance - I've got disconnections as well |
All the configuration parameters are available via environment variable, for ex: for the I just ran the latest image of the skydive-ui without any issue. Is it during the container start or while using the UI ? You could you try just like this |
I've replaced the image in the Deployment manifest in the example. I have an interest in my k8s cluster flows. locally there are no issues |
I've rolled up Skydive v 0.26.0 (latest as well) in my k8s cluster, port-forwarded to the analyzer pod, open the UI in a web browser and I couldn't able to see the full topology graph, only a black square. After some time appeared 2 pop-up windows: Disconnected -> Connected
In the log stream of the analyzer, I caught this error:
If I apply a filter which decreases the number of objects some objects appears on the graph
The text was updated successfully, but these errors were encountered: