Tobias Heintz

Results 15 comments of Tobias Heintz

So the debate swings in favor of setting an error handler. However, instead of passing the handler(s) each time a phpiredis function is called, I would favor adding a function...

@seppo0010 For all PHP knows, there are no persistent connections. For every request, the connection must be re-initialized by calling `phpiredis_pconnect()` anyways (in order to get the connection handle), so...

@kishorj Thanks for the explanation and sorry for the late reply. I don't understand the motivation behind this behavior. Even if a number of ingresses share the same group, why...

This is affecting us as well (and many others using long-lived deployments on managed node groups I suppose). Kinda sad to see no comments and no reactions here. Our setup...

We've deployed this patch on our clusters a week ago (patched into v1.26.3) and it appears to have stopped the problems outlined in #5829. Looking forward to your feedback.

I investigated this some more. Here is what I believe is happening: - CA recognizes that there are unschedulable pods and initiates a scale up of the relevant ASG. This...

Hi @gicuuu3 there is a PR open with a fix that's working for us, however I'm not sure whether it's going to get merged since it might have implications for...