Tibo Beijen
Tibo Beijen
Prometheus: v2.32.1 EKS 1.22 Occasionaly running into this as well, so another data point. Most recent occurence: * Started when prometheus pod itself was replaced (node replacement) * It looks...
> Just to clarify, is your desired effect to not having anything schedule on your fargate nodes? Yes. It's not even possible. EKS Fargate spawns a 'node' per pod that's...
I noticed this error as well, assuming the aws-ebs-csi-driver EKS addon would work out of the box. But unlike other add-ons it does not. After I added an assumable role...
Deleting the specific efs-csi-node pod, then after it got replaced killing the statefulset pod that tried to mount the PVC, seems to have 'fixed' things. Not knowing the ins and...
As can already be observed in this thread: A lot of people (myself included) might not be sure if they're actually using double rendering. They (at least I do) follow...
Ok, I'm gonna look into that. Based on findings I might issue a PR that describes error-scenario's in docs.
@abusalimov Happy NY too! Thanks for the swift reply. Implementing ``caplog.filter_records()`` had crossed my mind also. I doubted a bit as ``caplog.record_tuples`` seems intended for use in test asserts and...
Done. See Readme change for features implemented. I've disabled travis builds on pypy3, see (https://github.com/travis-ci/travis-ci/issues/6277#issuecomment-265128578) I must say that after all I'm not so sure of the need to add...
I notice it's still marked as 'changes requested'. I think https://github.com/eisensheng/pytest-catchlog/pull/54/commits/385c440b475c7970a3b80b255c6eb53fcfd62db3 fixes that. Anything I can do to move this PR forward?
N/p that it takes some time, life can be busy. Recursion was indeed not handled well. Fixed implementation and added a attribute lookup that will not be retrieved from logging...