Unable to deploy image because a deployment (replication controller)
does not exist
-----------------------------------------------------------------------------------
Key: JBIDE-21715
URL:
https://issues.jboss.org/browse/JBIDE-21715
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.Beta2
Reporter: Jeff Cantrill
Assignee: Jeff Cantrill
Fix For: 4.3.1.CR1
Deploying an image creates a set of resources but trying to manually trigger a deployment
throws an exception:
http://screencast.com/t/gz8quBbAboGg
This presumably could be a case where we are trying to tigger assuming a deployment
exists but one doesnt because:
a) its building and hasnt triggered one yet
b) the built image exists but there is some other reason that prevents the
imagechangetrigger
We should still be able to trigger a build using the dc provided OpenShift is able to
access the image.