Joke de Buhr

Results 8 comments of Joke de Buhr

Knative release 1.2 requires a minimum K8s version of 1.21.

I'm having the same problem. The CPU utilization seems to be affecting only 1 out of the 3 replicas. The pod seems to be stuck in an analyzing loop: ```...

Hi @TheFriendlyCoder, that's a bit tricky. First of all the syntax is wrong. You either need to write ``` given: AtomicBoolean activeFlag = Mock(AtomicBoolean.class) { activeFlag.get() >> [true, false] }...

It's a little bit trickier than that. Classes that are loaded before the agent starts can not be altered. So the restriction applies to some Java standard library classes but...

Hi @hellsof could you provide a more detailed example? I can reproduce the error but I'm entirely sure about what you are actually trying to do in the first place....

@hellsof It has something to do with the compile time groovy transformation for this extension. I'll take a closer look today. Regards Joke

Sidecar containers are already supported in istio. Would be great if knative would support them to.