We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is an "internet" node in the services view, which I think is causing them to display.
Seems like the unconnected internet node is not being filtered, but showing up when showing system pods/services.
The report contains no pods or services.
But http://192.168.99.100:4040/api/topology/pods?system=true shows:
http://192.168.99.100:4040/api/topology/pods?system=true
{ "nodes" : { "out-theinternet" : { "label_minor" : "Outbound connections", "control_node" : "", "controls" : {}, "children" : [], "sets" : {}, "shape" : "cloud", "adjacency" : null, "latest" : {}, "stack" : false, "edges" : {}, "pseudo" : true, "id" : "out-theinternet", "parents" : {}, "rank" : "", "counters" : {}, "metadata" : {}, "label_major" : "The Internet" } } }
The text was updated successfully, but these errors were encountered:
might be that the "is_connected" value of the internet pseudonode is being calculated before the nodes are converted to pods (and dropped).
Sorry, something went wrong.
tomwilkie
No branches or pull requests
There is an "internet" node in the services view, which I think is causing them to display.
Seems like the unconnected internet node is not being filtered, but showing up when showing system pods/services.
The report contains no pods or services.
But
http://192.168.99.100:4040/api/topology/pods?system=true
shows:The text was updated successfully, but these errors were encountered: