squakez commented on issue #2241:
URL: https://github.com/apache/camel-k/issues/2241#issuecomment-829938041
I the log I can see the following lines with the `phase` set to `Failed`:
```
spectrum - 2021/04/27 09:42:57 Pulling base image
adoptopenjdk/openjdk11:slim (insecure=false)...
{"level":"info","ts":1619516578.8454387,"logger":"camel-k.controller.build","msg":"Build
state
transition","request-namespace":"default","request-name":"kit-c23tllgnm1jafvoms1t0","api-version":"camel.apache.org/v1","kind":"Build","ns":"default","name":"kit-c23tllgnm1jafvoms1t0","phase":"Failed"}
```
A successful image push would be like:
```
spectrum - 2021/04/30 10:30:17 Pulling base image
adoptopenjdk/openjdk11:slim (insecure=false)...
spectrum - 2021/04/30 10:30:19 Composing layers...
spectrum - 2021/04/30 10:30:19 Pushing image .... (insecure=false)...
spectrum - 2021/04/30 10:30:20 pushed blob:
sha256:ab643b9af80da2616f940dd74e8f43b7cd8a95c2eb8703f76fcf219bcce3e2ef
...
{"level":"info","ts":1619771433.4000874,"logger":"camel-k.controller.build","msg":"Build
state
transition","request-namespace":"operator-test","request-name":"kit-c25s059a6to37qoarfv0","api-version":"camel.apache.org/v1","kind":"Build","ns":"operator-test","name":"kit-c25s059a6to37qoarfv0","phase":"Succeeded"}
```
or maybe is the same pulling that is failing, if, by any chance there is no
connectivity from/to the registry or any failure with that component.
--
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]