soabase / exhibitor

ZooKeeper co-process for instance monitoring, backup/recovery, cleanup and visualization.

Home Page:https://groups.google.com/forum/#!topic/exhibitor-users/PVkcd88mk8c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI exhbitor satus failure

insafinou opened this issue · comments

Hello,

When i try to connect on the UI
http://localhost:8001/api/v1/proxy/namespaces/default/services/exhibitor:8181/exhibitor/v1/ui/index.html

I have this error :
{
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "services "exhibitor" not found",
"reason": "NotFound",
"details": {
"name": "exhibitor",
"kind": "services"
},
"code": 404
}

Have you an idea about this issue ?

Regards,

The URL to the UI should be something like http://localhost:8080/exhibitor/v1/ui/index.html.
Closing this for now, you can comment/re-open if the issue is not resolved.