Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-855

OpenShift plugin not deploying the Quarkus App

XMLWordPrintable

      Regression issue that has been spotted in upstream 1.12.1.Final and product 1.11.5 ER builds in OpenShiftTS.

      See failed QuarkusDeploymentStrategyOpenShiftIT in Jenkins job and related Github issue: https://github.com/quarkusio/quarkus/issues/15487

      When using the OpenShift Quarkus extension to deploy our Quarkus app:

      mvn package -Dquarkus.kubernetes.deploy=true
      

      Then, the BuildConfig and the Build are triggered in OpenShift and when the Build instance finished, It's deleted (see the commit changes). Then, the DeploymentConfig does not trigger the application pods spite of the image stream is there. For some reason, the DeploymentConfig depends on the build instance to not be deleted.

      After reverting the changes in 588db63, the Build instance is not deleted and hence everything works fine.

              ikanello1@redhat.com Ioannis Kanellos
              jcarvaja@redhat.com Jose Carvajal Hilario
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: