squakez commented on issue #5069:
URL: https://github.com/apache/camel-k/issues/5069#issuecomment-1893275300

   Thanks for reporting. I have the vague feeling this is kind of unsupported 
scenario. When we create the native build, what we do is creating a "native" 
Deployment which attempts to replace the "jvm" deployment. However, in the 
Knative scenario, we do not control directly a Deployment CR, but a 
KnativeService which is the one in charge to manage Deployment lifecycle. In 
order to fix it we need to make sure that the native build replaces a 
Deployment, a KnativeService or a CronJob, which are the application types we 
control.
   
   Please, check the KnativeService CR object in order to verify if a new one 
is created or in general how it evolves during this use case.


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to