radanalyticsio / oshinko-webui

Web console for a spark cluster management app
Apache License 2.0
28 stars 17 forks source link

oshinko-webui can create clusters but cannot delete them #126

Closed rimolive closed 6 years ago

rimolive commented 6 years ago

The latest image for oshinko-webui can't delete clusters, both existing ones or clusters created by. It's simple to reproduce: Access oshinko-webui console, create a cluster and try to delete again, you can see that the pods are never removed.

Also, I realized that the oshinko-web container is spamming the logs with this message:

::ffff:10.130.2.1 - - [Wed, 16 May 2018 12:33:42 GMT] "GET /webui/ HTTP/1.1" 200 3893 "http://10.130.2.242:8080/webui " "kube-probe/."
::ffff:10.130.2.1 - - [Wed, 16 May 2018 12:33:44 GMT] "GET /webui HTTP/1.1" 303 - "-" "kube-probe/."
crobby commented 6 years ago

which version of openshift are you running? oc version

rimolive commented 6 years ago

OpenShift Master: v3.9.14 Kubernetes Master: v1.9.1+a0ce1bc657 OpenShift Web Console: v3.9.14

crobby commented 6 years ago

Strange. This is working correctly locally as well as in our tests. I am able to replicate on another cluster though.

rimolive commented 6 years ago

The issue is in OpenShift cluster, not oshinko. Thanks for the help.