astefanutti commented on issue #1869:
URL: https://github.com/apache/camel-k/issues/1869#issuecomment-765407637
Thanks, I'm surprised that the IntegrationPlatform has:
```
status:
build:
registry:
address: 10.103.184.236
```
While the Integration pod tries to pull the image from
`10.106.145.48/default/camel-k-kit-bvhfthd6er6mi7d78k6g...`.
My understanding is that the IP addresses should match. It seems
`10.103.184.236` is the correct one as the operator has been able to push the
image, and that `10.106.145.48` is not correct. Though it is supposed to be the
same.
I would try to check which IP address can be used to reach the registry.
Then I would try to delete all the IntegrationKit and Integration resources:
```
$ kubectl delete ik,it --all
```
Then re-create the Integration, so that it creates a fresh new container
image build.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]