-
Notifications
You must be signed in to change notification settings - Fork 202
Deployment does not complete with OpenShift 3.7.1 #1168
Comments
The plugin configuration I'm using is:
|
Hi @galderz , Which project are you using for fabric8 maven plugin? Build process in OpenShift 3.7 has become a bit slower as compared to the previous versions. Regarding this |
I was trying it out in this project. I'll try 3.5.34. |
Same issue happening with 3.5.34, here's the maven log. |
This is happening in a different project. I've recreated with verbose Maven logging, here's the more complete output. |
Btw, I think there's really a problem here. Here's more info with an example: OpenShift had version 5 of the application and run 8 minutes later OpenShift eventually deploys version 8 of the application!. You can see here all the events leading up to it. This is not a problem of being slow, there's a bug and it's simply not usable. |
I think this issue is related to OpenShift 3.7 rather than fabric8 maven plugin, have a look at this issue. |
same issue on 3.6. works for first deploy, but after undeploying and deploying again we get the same image pull issues. |
@djohnston89 @galderz : Are you guys still facing this issue on Openshift 3.9.0 ? There was a bug in Openshift related to rolling deployments which got back-ported to 3.7.2 |
I've not used FMP in a while and hence have not tried with recent OpenShift versions |
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
I'm having issues with fabric8 maven plugin version 3.5.33 and OpenShift 3.7.1.
When I type
mvn fabric8:deploy
, the command ends fine but shows this error:In OpenShift, the deployment does not complete and I see events like this repeated:
Looking at the mvn logs, I see this message appearing:
Full logs are here.
Any idea what could be causing this?
Cheers,
Galder
The text was updated successfully, but these errors were encountered: