UI exhbitor satus failure
insafinou opened this issue · 1 comments
insafinou commented
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,
xiaochuanyu commented
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.