]
Marián Labuda updated JBIDE-21676:
----------------------------------
Labels: docker openshift_v3 (was: )
Deploying of a docker image does not work
-----------------------------------------
Key: JBIDE-21676
URL:
https://issues.jboss.org/browse/JBIDE-21676
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.CR1
Reporter: Marián Labuda
Priority: Critical
Labels: docker, openshift_v3
When I am creating a new OpenShift application from a docker image via command line, it
works if used docker image is pushed to docker hub. In IDE, when I am trying to deploy a
docker image, I can look up an image in wizard for deploying of docker image, but when
application is created and even bug of missing pod JBIDE-21626 is workarounded by
triggering manual deployment, it is not successfully running.
In deployment pod is following log (XXX is substituted in places of image occurrences):
{code}
I0212 04:49:05.693445 1 deployer.go:196] Deploying XXX for the first time
(replicas: 1)
I0212 04:49:05.697173 1 recreate.go:105] Scaling XXX to 1 before performing
acceptance check
I0212 04:49:07.725117 1 recreate.go:110] Performing acceptance check of XXX
I0212 04:49:07.725211 1 lifecycle.go:379] Waiting 600 seconds for pods owned by
deployment "XXX" to become ready (checking every 1 seconds; 0 pods previously
accepted)
{code}