]
Fred Bricon updated JBIDE-21626:
--------------------------------
Fix Version/s: 4.3.1.CR1
Pod is not created when docker image is deployed to OpenShift
-------------------------------------------------------------
Key: JBIDE-21626
URL:
https://issues.jboss.org/browse/JBIDE-21626
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.CR1
Reporter: Marián Labuda
Assignee: Jeff Cantrill
Priority: Critical
Labels: openshift_v3
Fix For: 4.3.1.CR1
When deploying a docker image to OpenShift via oc binary, pod where the image is supposed
to run is created, together with service and router. But when deploying a docker image to
OpenShift via OpenShift tools, no pod is created, only service and router. When using cli,
pod is created later (what I noticed, there is different pull policy between creating from
cli with "oc new-app docker-image" and creating from IDE).