hawtio / hawtio-kubernetes

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

ReplicaSets don't seem to appear when using OpenShift #113

Closed jstrachan closed 8 years ago

jstrachan commented 8 years ago

I tried using this project which creates a ReplicaSet: https://github.com/fabric8-quickstarts/funktion-java-example via

mvn clean install fabric8:deploy

and I can see the ReplicaSet via the oc get rs command; but it doesn't appear in the Replicas tab in the console; I don't see it in the model either.

gashcrumb commented 8 years ago

Ah, didn't realize that was supported by openshift, requires removing this line of code:

https://github.com/hawtio/hawtio-kubernetes/blob/master/plugins/kubernetes/ts/watcher.ts#L275

jstrachan commented 8 years ago

DOH thanks!

jstrachan commented 8 years ago

just testing it here - will push a fix...