Replies: 2 comments 3 replies
-
It looks like the logs for the second cluster are missing the call to How are you calling Maven for the second cluster? is it a single call of all the log that we see? or have you merged the outputs of two separate invocations? |
Beta Was this translation helpful? Give feedback.
-
Hi @manusa, I'm coming back to this, since I have a similar use case related to openshift and s2i builds not updating the Is there any enricher that updates the the mentioned manifest with the s2i image build in the applyjson directory after the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hi, I'm trying to troubleshoot an issue with openshift deployment. We have two openshift clusters, let's say ocp-1 and ocp-2.
When I deploy to ocp-1, the
oc:deploy
task sets the container image address intarget/jkube/applyJson/cmiranda-dev/deployment-httplog-sandbox.json
, which in turn sets this image in thetarget/kubernetes/openshift.yml
Then, the pod starts with the above mentioned image and works correctly.
However when deploying to ocp-2, the same project and parameters, the container image is not updated in
target/jkube/applyJson/default/deployment-httplog-shared.json
, resulting with the Deployment intarget/kubernetes/openshift.yml
containing theimage: httplog-shared:1.0-SNAPSHOT
, then the pod fails to start with:This is the maven output
You can see the image was pushed to
But in the end, the container image was not updated in the deployment for the
oc:deploy
task.So, do you have any hint where to look or debug at ?
Beta Was this translation helpful? Give feedback.
All reactions