Re: [I] Camel-K doesn't create the Ingress resource although it is enabled in the Traits using Pipe or KameletBinding [camel-k]

2024-04-08 Thread via GitHub
squakez commented on issue #5044: URL: https://github.com/apache/camel-k/issues/5044#issuecomment-2042251424 Closing as waiting for feedback. Please, reopen if still facing any issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] Camel-K doesn't create the Ingress resource although it is enabled in the Traits using Pipe or KameletBinding [camel-k]

2024-04-08 Thread via GitHub
squakez closed issue #5044: Camel-K doesn't create the Ingress resource although it is enabled in the Traits using Pipe or KameletBinding URL: https://github.com/apache/camel-k/issues/5044 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] Camel-K doesn't create the Ingress resource although it is enabled in the Traits using Pipe or KameletBinding [camel-k]

2024-04-05 Thread via GitHub
squakez commented on issue #5044: URL: https://github.com/apache/camel-k/issues/5044#issuecomment-2039591048 Waiting for some feedback before closing this. -- 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

Re: [I] Camel-K doesn't create the Ingress resource although it is enabled in the Traits using Pipe or KameletBinding [camel-k]

2024-01-17 Thread via GitHub
lburgazzoli commented on issue #5044: URL: https://github.com/apache/camel-k/issues/5044#issuecomment-1895917744 @saion-chatterjee ah, you are on vcluster ... could you try to test if it does the same if you use i.e. minikube + vcluster ? in such case we should be able to reproduce it.

Re: [I] Camel-K doesn't create the Ingress resource although it is enabled in the Traits using Pipe or KameletBinding [camel-k]

2024-01-17 Thread via GitHub
saion-chatterjee commented on issue #5044: URL: https://github.com/apache/camel-k/issues/5044#issuecomment-1895914267 > @saion-chatterjee it smells like a bug. can you help us to understand the root cause ? Sure. Our setup is loft vcluster based. So we use as host cluster:

Re: [I] Camel-K doesn't create the Ingress resource although it is enabled in the Traits using Pipe or KameletBinding [camel-k]

2024-01-15 Thread via GitHub
lburgazzoli commented on issue #5044: URL: https://github.com/apache/camel-k/issues/5044#issuecomment-1892742554 @saion-chatterjee it smells like a bug. can you help us to understand the root cause ? -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] Camel-K doesn't create the Ingress resource although it is enabled in the Traits using Pipe or KameletBinding [camel-k]

2024-01-12 Thread via GitHub
saion-chatterjee commented on issue #5044: URL: https://github.com/apache/camel-k/issues/5044#issuecomment-1890076906 @lburgazzoli @claudio4j Thanks for your help. The issue is now fixed. We fixed it by updating the `profile:` from `auto` to `Kubernetes` in the IntegrationPlatform spec.

Re: [I] Camel-K doesn't create the Ingress resource although it is enabled in the Traits using Pipe or KameletBinding [camel-k]

2024-01-10 Thread via GitHub
saion-chatterjee commented on issue #5044: URL: https://github.com/apache/camel-k/issues/5044#issuecomment-1884853753 > for what I can see, the exposure trait has not even been taken into account, can you try to re-create the pipe from scratch ? unfortunately I do not have an AWS account

Re: [I] Camel-K doesn't create the Ingress resource although it is enabled in the Traits using Pipe or KameletBinding [camel-k]

2024-01-10 Thread via GitHub
saion-chatterjee commented on issue #5044: URL: https://github.com/apache/camel-k/issues/5044#issuecomment-1884848205 > > I can see a message: explicitly disabled by the user reason: masterTraitConfiguration. Could this be the issue? How can I enable it again? > > This message is

Re: [I] Camel-K doesn't create the Ingress resource although it is enabled in the Traits using Pipe or KameletBinding [camel-k]

2024-01-10 Thread via GitHub
claudio4j commented on issue #5044: URL: https://github.com/apache/camel-k/issues/5044#issuecomment-1884624345 > I can see a message: explicitly disabled by the user reason: masterTraitConfiguration. Could this be the issue? How can I enable it again? This message is unrelated to the

Re: [I] Camel-K doesn't create the Ingress resource although it is enabled in the Traits using Pipe or KameletBinding [camel-k]

2024-01-10 Thread via GitHub
lburgazzoli commented on issue #5044: URL: https://github.com/apache/camel-k/issues/5044#issuecomment-1884517892 for what I can see, the exposure trait has not even been taken into account, can you try to re-create the pipe from scratch ? unfortunately I do not have an AWS account to try

Re: [I] Camel-K doesn't create the Ingress resource although it is enabled in the Traits using Pipe or KameletBinding [camel-k]

2024-01-10 Thread via GitHub
saion-chatterjee commented on issue #5044: URL: https://github.com/apache/camel-k/issues/5044#issuecomment-1884469927 > can you provide the status of the related `Integration` resource (`kubect get -o yaml integration webhook-ingress-example`) ? @lburgazzoli Here it is. I can see a

Re: [I] Camel-K doesn't create the Ingress resource although it is enabled in the Traits using Pipe or KameletBinding [camel-k]

2024-01-10 Thread via GitHub
lburgazzoli commented on issue #5044: URL: https://github.com/apache/camel-k/issues/5044#issuecomment-1884422378 can you provide the status of the related `Integration` resource ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] Camel-K doesn't create the Ingress resource although it is enabled in the Traits using Pipe or KameletBinding [camel-k]

2024-01-10 Thread via GitHub
saion-chatterjee commented on issue #5044: URL: https://github.com/apache/camel-k/issues/5044#issuecomment-1884414707 > you should set `auto` to `false` otherwise camel-k would try to determine if the `source` is an http endpoint, it does not automatically create an ingress for other

Re: [I] Camel-K doesn't create the Ingress resource although it is enabled in the Traits using Pipe or KameletBinding [camel-k]

2024-01-09 Thread via GitHub
lburgazzoli commented on issue #5044: URL: https://github.com/apache/camel-k/issues/5044#issuecomment-1884290927 you should set `auto` to `false` otherwise camel-k would try to determine if the `source` is an http endpoint, it does not automatically create an ingress for other protocols

[I] Camel-K doesn't create the Ingress resource although it is enabled in the Traits using Pipe or KameletBinding [camel-k]

2024-01-09 Thread via GitHub
saion-chatterjee opened a new issue, #5044: URL: https://github.com/apache/camel-k/issues/5044 ### What happened? The following Pipe creates a Service **but the ingress is not created** although it is enabled directly in the traits spec. Nginx is annotated as the default