kubernetes-app icon indicating copy to clipboard operation
kubernetes-app copied to clipboard

Added namespace label to Container Dasboard

Open alexandrst88 opened this issue 6 years ago • 0 comments

This PR fix issue with StatefulSets that can be deployed in few namespaces and have the same pod names:

Example: dev namespace

example-statefulset-pod-1

test namespace

example-statefulset-pod-1

As result metrics in Container dashboard will be sum even particular namespace is selected.

alexandrst88 avatar Aug 20 '18 11:08 alexandrst88