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
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.
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:
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:
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
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
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.
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