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

Add a 'Unmanaged' node to k8s views which included non-k8s containers. #1350

Merged
merged 1 commit into from
Apr 20, 2016

Conversation

tomwilkie
Copy link
Contributor

Fixes #1246

@tomwilkie tomwilkie added the k8s Pertains to integration with Kubernetes label Apr 19, 2016
// try rendering it as an unmanaged node
if strings.HasPrefix(n.ID, render.MakePseudoNodeID(render.UnmanagedID)) {
base.Label = render.UnmanagedMajor
base.Shape = Square

This comment was marked as abuse.

@paulbellamy
Copy link
Contributor

paulbellamy commented Apr 20, 2016

So, with this there will be both "Unmanaged" and "Uncontained", correct?

@tomwilkie
Copy link
Contributor Author

So, with this there will be both "Unmanaged" and "Uncontained", correct?

With this, the "Uncontained" processes are merged into "Unmanaged" too. I went for a square but it could equally be the shape for a container. WDYT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
k8s Pertains to integration with Kubernetes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants