You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
{
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "the server could not find the requested resource",
"reason": "NotFound",
"details": {},
"code": 404
}
GET
WebSocket connection to 'ws://192.168.80.128:21905/k8s/api/v1/namespaces/default/ingresses?watch=true&access_token' failed: Error during WebSocket handshake: Unexpected response code: 404
What is the reason for it?
The text was updated successfully, but these errors were encountered:
I have installed fabric8 by helm ,but I can't use it.
When I try to create application , the server shows Not Found.
The console:
POST http://192.168.80.128:21905/k8s/api/v1/proxy/namespaces/default/services/jenkinshift:80/oapi/v1/namespaces/default/buildconfigs 404 (Not Found)
{
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "the server could not find the requested resource",
"reason": "NotFound",
"details": {},
"code": 404
}
and also I can't access resources
GET http://192.168.80.128:30975/k8s/api/v1/proxy/namespaces/default/services/jenkinshift:80/oapi/v1/namespaces/default/buildconfigs 404 (Not Found)
GET
WebSocket connection to 'ws://192.168.80.128:21905/k8s/api/v1/namespaces/default/ingresses?watch=true&access_token' failed: Error during WebSocket handshake: Unexpected response code: 404
What is the reason for it?
The text was updated successfully, but these errors were encountered: