Re: [I] Improve pipe status when the pod is full of exceptions [camel-k]

2024-01-08 Thread via GitHub
squakez closed issue #4977: Improve pipe status when the pod is full of exceptions URL: https://github.com/apache/camel-k/issues/4977 -- 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 com

Re: [I] Improve pipe status when the pod is full of exceptions [camel-k]

2024-01-08 Thread via GitHub
lburgazzoli commented on issue #4977: URL: https://github.com/apache/camel-k/issues/4977#issuecomment-1880856859 ah ok, gogin on my backlog of notification so I'm not fully up to date yet :) -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [I] Improve pipe status when the pod is full of exceptions [camel-k]

2024-01-08 Thread via GitHub
squakez commented on issue #4977: URL: https://github.com/apache/camel-k/issues/4977#issuecomment-1880855447 @lburgazzoli no, it was more a general problem in the order we were monitoring the Integrations. I found the root cause and applied a [fix under review right now](https://github.com/

Re: [I] Improve pipe status when the pod is full of exceptions [camel-k]

2024-01-08 Thread via GitHub
lburgazzoli commented on issue #4977: URL: https://github.com/apache/camel-k/issues/4977#issuecomment-1880852177 > > I think this is the expected behavior in the sense that the Integration is running successfully until the Pod crashes. I am not sure if we can change this behavior, a

Re: [I] Improve pipe status when the pod is full of exceptions [camel-k]

2024-01-04 Thread via GitHub
squakez commented on issue #4977: URL: https://github.com/apache/camel-k/issues/4977#issuecomment-1877190602 I applied a fix that should close this issue. However, that would work when the user defines a startup probe (via health trait for instance). The Integration (hence, the Pipe) won't

Re: [I] Improve pipe status when the pod is full of exceptions [camel-k]

2024-01-04 Thread via GitHub
squakez commented on issue #4977: URL: https://github.com/apache/camel-k/issues/4977#issuecomment-1876962139 I had a look and this is what happening. The `Pipe` creates an `Integration` which finally ends up in spinning up a `Pod`. The `Pod` is tried to restart if it fails for certain reaso

Re: [I] Improve pipe status when the pod is full of exceptions [camel-k]

2023-12-07 Thread via GitHub
squakez commented on issue #4977: URL: https://github.com/apache/camel-k/issues/4977#issuecomment-1845079744 I think the error is cascaded from the Integration (which is the custom resource in charge to run the application) to the Pipe. We'll have a look to ensure this is still the case, th

[I] Improve pipe status when the pod is full of exceptions [camel-k]

2023-12-07 Thread via GitHub
matzew opened a new issue, #4977: URL: https://github.com/apache/camel-k/issues/4977 ### Requirement As a developer I want to see on the `k get pipes.camel.apache.org` if things are ok ### Problem I have a broken `Kamelet`, in a pipe. see here for details: https://githu