hawtio / hawtio-kubernetes

hawtio plugin for working with kubernetes
Apache License 2.0
24 stars 14 forks source link

openshift created docker registry and router dont' use the same name for the service + RC so we get 2 rows on the apps page #71

Open jstrachan opened 9 years ago

jstrachan commented 9 years ago

should we assume they are the same if the labels are identical?

chirino commented 9 years ago

Example:

fabric8-console_and_chirino_ _root_os-node1___ _ssh_ _225x38_ _ 1_and_fabric8_ ___sandbox_fabric8-quickstarts_apps_fabric8_ _bash_ _180x35_ _ 3
jstrachan commented 9 years ago

I guess if the names match, or the selectors match is a nice enough workaround for now?

gashcrumb commented 9 years ago

There's already a check for if the selectors match, and they totally don't between the service and RC, plus there's little to correlate between the labels as well. Looks like for now we're stuck with doing a simple match against the name to link them, will do that for now.

jstrachan commented 9 years ago

am using the latest greatest console - 1.0.29 that I just released and I still see 2 rows for docker and 2 rows for router in the apps page