-
Bug
-
Resolution: Done
-
Blocker
-
1.11.5.ER4, 1.11.5.ER5, 1.11.5.CR4
-
False
-
False
-
+
-
Undefined
-
---
-
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.