camel-k icon indicating copy to clipboard operation
camel-k copied to clipboard

In a specific scenario a new integration pod is created every ~0.5 seconds

Open claudio4j opened this issue 3 years ago • 1 comments

Running the following integration in openshift 4.10 with openshift serverless 1.23, on a new namespace, many pods are quickly created and after just a few seconds the worker node is exhausted and it changes to a NotReady state, with hundreds of pods in either Running, Terminated, Pending state.

public class AddToChannel extends RouteBuilder {
    public void configure() throws Exception {
        rest("/")
            .put("/input")
            .to("knative:channel/messages");
    }
}

claudio4j avatar Aug 09 '22 02:08 claudio4j

Could it be related to #1826? the behavior looks suspiciously similar...

squakez avatar Aug 09 '22 08:08 squakez