mvolf opened a new issue, #1112: URL: https://github.com/apache/camel-karavan/issues/1112
Running project in dev mode doesn't work in Kubernetes deployment. If I click Run in developer mode button the project starts to run, but no integrations get found (visible in the Routes startup log entry) and the process hangs for tens of seconds. After some time it retries, but the results is the same. Logs after running in dev mode:  If I click Reload button while the project is running the needed files (application.properties and all other integration related files) get created and the project starts running successfully. This is the only way to get the project to run in dev mode. Logs after clicking reload ("Creating file" entries appear after clicking Reload):  @mgubaidullin to me it looks like that for Kubernetes deployment (in some cases) project files are not copied to the project pod when running in dev mode. They are copied successfully after a user clicks Reload button. Any ideas why this could be happening? P.S. In local docker depyloment dev mode works as expected, which points o the issue only somewhere being in the KuberentesService. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org