]
Marián Labuda commented on JBIDE-21919:
---------------------------------------
I think this is a duplicate of JBIDE-21731 (or it is related). Could you please check it?
Cannot create server adapter
----------------------------
Key: JBIDE-21919
URL:
https://issues.jboss.org/browse/JBIDE-21919
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.Beta2
Reporter: Xavier Coulon
Priority: Critical
When selecting a service in the OpenShift Explorer view and running the "Server
Adapter.." command, I get the following error:
{code}
An internal error occurred during: "Loading projects and services...".
Could not get resource nodejs-mongodb-example:latest in namespace test: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "imageStreamTag \"nodejs-mongodb-example:latest\"
not found",
"reason": "NotFound",
"details": {
"name": "nodejs-mongodb-example:latest",
"kind": "imageStreamTag"
},
"code": 404
}
{code}