]
Jeff Cantrill commented on JBIDE-21712:
---------------------------------------
[~fbricon] was this resolved by
Deploy Latest fails when no replication controller exists
---------------------------------------------------------
Key: JBIDE-21712
URL:
https://issues.jboss.org/browse/JBIDE-21712
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.CR1
Reporter: Fred Bricon
Assignee: Jeff Cantrill
Fix For: 4.3.1.CR1
Deploying swarm-helloworld from
https://github.com/burrsutter/cdk_helloworlds (see
JBIDE-21698) doesn't trigger a deployment automatically. When doing Deploy Latest on
the deployment config, an error is thrown:
{noformat}
Unable to perform a deployment for config swhello
Could not get resource swhello-0 in namespace toto: {
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "replicationControllers \"swhello-0\" not
found",
"reason": "NotFound",
"details": {
"name": "swhello-0",
"kind": "replicationControllers"
},
"code": 404
}
{noformat}