Re: [I] Issue while Deploying Karavan App using SB runtime [camel-karavan]

2024-02-10 Thread via GitHub
mgubaidullin closed issue #1054: Issue while Deploying Karavan App using SB runtime URL: https://github.com/apache/camel-karavan/issues/1054 -- 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 speci

Re: [I] Issue while Deploying Karavan App using SB runtime [camel-karavan]

2024-01-09 Thread via GitHub
mgubaidullin commented on issue #1054: URL: https://github.com/apache/camel-karavan/issues/1054#issuecomment-1883630625 Yes -- 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.

Re: [I] Issue while Deploying Karavan App using SB runtime [camel-karavan]

2024-01-09 Thread via GitHub
ravishankar-hassain commented on issue #1054: URL: https://github.com/apache/camel-karavan/issues/1054#issuecomment-1883627357 > To avoid manual changes in deployment in k8s, you could just add `deployment.jkube.yaml` file to your project with the following fragment > > ``` > spec:

Re: [I] Issue while Deploying Karavan App using SB runtime [camel-karavan]

2024-01-09 Thread via GitHub
mgubaidullin commented on issue #1054: URL: https://github.com/apache/camel-karavan/issues/1054#issuecomment-1883623526 To avoid manual changes in deployment in k8s, you could just add `deployment.jkube.yaml` file to your project with the following fragment ``` spec: template:

Re: [I] Issue while Deploying Karavan App using SB runtime [camel-karavan]

2024-01-09 Thread via GitHub
ravishankarhassain commented on issue #1054: URL: https://github.com/apache/camel-karavan/issues/1054#issuecomment-1883552226 > Thanks for the info. In the meantime, I have found a workaround for this issue. > > After the karavan:deploy is done and executed successfully, the K8S clus

Re: [I] Issue while Deploying Karavan App using SB runtime [camel-karavan]

2024-01-09 Thread via GitHub
ravishankar-hassain commented on issue #1054: URL: https://github.com/apache/camel-karavan/issues/1054#issuecomment-1883546414 Thanks for the info. In the meantime, I have found a workaround for this issue. After the karavan:deploy is done and executed successfully, the K8S cluster

Re: [I] Issue while Deploying Karavan App using SB runtime [camel-karavan]

2024-01-09 Thread via GitHub
mgubaidullin commented on issue #1054: URL: https://github.com/apache/camel-karavan/issues/1054#issuecomment-1883277499 Karavan uses JKube to build and deploy containers to k8s. This issue is already fixed in https://github.com/eclipse/jkube/pull/2482 and will be in the next JKube.

[I] Issue while Deploying Karavan App using SB runtime [camel-karavan]

2024-01-08 Thread via GitHub
ravishankar-hassain opened a new issue, #1054: URL: https://github.com/apache/camel-karavan/issues/1054 I am trying to deploy a sample camel Karavan application from vscode to minikube in my local setup. I am using the context menu Karavan:Deploy to do the deployment. The terminal output se