Exether opened a new issue, #5112:
URL: https://github.com/apache/camel-k/issues/5112
### What happened?
While creating an Integration with an Image specified in Container, I
noticed that the corresponding Deployment created by the operator is lacking
the command line resulting in the pod not able to start.
### Steps to reproduce
1. Start a basic Integration
```kamel run my-integration.yaml```
2. Once it is started tag the image
```docker tag docker tag 07cd1c6e2b31
nexus-camel-k:48083/fm/integrations/my-integration:2.2.0```
3. Also save your integration to a file
```kamel run my-integration.yaml -o yaml > itg.my-integration.yaml```
4. Update itg.my-integration.yaml file with the image in the container part
```
container:
image: nexus-camel-k:48083/fm/integrations/my-integration:2.2.0
```
5. Remove all integrations (but not the images)
```kamel delete --all```
6. Deploy the integration with the image:
```kubectl apply -f itg.my-integration.yaml```
7. Check the status
integrationKit is ok
deployment is created but does not contain a startup command
pod remains CreateContainerError ('Error response from daemon: No
command specified.' error message)
The same procedure with version 2.1.0 or 1.10.2 works well.
### Relevant log output
_No response_
### Camel K version
2.2.0
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]