-
Notifications
You must be signed in to change notification settings - Fork 712
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
'Unmanaged/Uncontained' nodes are not useful #2928
Comments
This gets us some way towards #552. |
I came here to complain about "Unmanaged" on the Controllers view; I am seeing three Unmanaged nodes for three hosts (Sock Shop demo) but the things under them do not divide along host lines. For instance, one of them has all three kube-proxy containers. |
That's because of #2931. |
I've had a few attempted at implementing this and encountered a complications in a few areas: FilteringTopologies have filters, and we have default filters in place for most, to reduce clutter and only show what's likely most useful, e.g. we exclude unconnected processes and system containers. What should happen to these filters when showing nodes from a topology in the view of a different topology? The options are:
Table ViewHow should the table view work, given that nodes from different topologies have different metadata? The options are:
|
When projecting nodes from lower-level into higher-level topologies, we create 'Unmanaged/Uncontained' pseudo nodes when the lower-level node has no representation in the higher-level topology. Examples:
However, we create one 'Unmanaged/Uncontained' pseudo node per host on which the unmanaged/uncontained node resides. This is not at all useful.
What would be useful is to simply show the individual nodes. E.g. in the controller topology we would show individual pods that were not created by a controller.
This can of course become overwhelming, but that's why we have filters for 'Unmanaged/Uncontained', which are enabled by default.
The text was updated successfully, but these errors were encountered: