]
Marián Labuda closed JBIDE-22915.
---------------------------------
Verified in DevStudio 10.2.0.GA Build id: GA-v20161120-2358-B6511.
Deploy Docker Image: Replication controller is not created for some
images
--------------------------------------------------------------------------
Key: JBIDE-22915
URL:
https://issues.jboss.org/browse/JBIDE-22915
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.1.AM3
Reporter: Marián Labuda
Assignee: Jeff MAURY
Labels: deploy_docker_wizard, openshift_v3
Fix For: 4.4.2.Final
When I am trying to deploy docker image docker.io/openshift/hello-openshift:v1.2.1 from
context menu of the image in Docker Explorer it does not trigger a new replication
controller and thus an application pod is not spinned up. When working from oc binary,
replication controller is created successfully ("oc new-app
docker.io/openshift/hello-openshift:v1.2.1")