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

K8s views are always present #1214

Closed
paulbellamy opened this issue Mar 29, 2016 · 1 comment
Closed

K8s views are always present #1214

paulbellamy opened this issue Mar 29, 2016 · 1 comment
Assignees
Labels
bug Broken end user or developer functionality; not working as the developers intended it
Milestone

Comments

@paulbellamy
Copy link
Contributor

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:

{
   "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"
      }
   }
}
@paulbellamy paulbellamy added the bug Broken end user or developer functionality; not working as the developers intended it label Mar 29, 2016
@paulbellamy
Copy link
Contributor Author

might be that the "is_connected" value of the internet pseudonode is being calculated before the nodes are converted to pods (and dropped).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Broken end user or developer functionality; not working as the developers intended it
Projects
None yet
Development

No branches or pull requests

2 participants