Brian Pursley

Results 98 comments of Brian Pursley

Question: Does this PR require https://github.com/containerd/containerd/pull/8418 as a prerequisite before the e2e tests can pass? When I was testing ECONNRESET the other day, I had to upgrade my cluster to...

https://github.com/containerd/containerd/pull/8418 was merged and cherry-picked into containerd 1.6 (https://github.com/containerd/containerd/pull/8805) and containerd 1.7 (https://github.com/containerd/containerd/pull/8806) (thanks @sxllwx!) #### Next steps? 1. I'm guessing next, we need containerd to make new releases (1.6.22...

> When this fix is pushed, will it only require an update of the kubectl client or will it require a cluster upgrade as well? Unfortunately, this would require an...

> good catch could you please send pr to fix Sure. /assign

Looking into it a little more, I don't think these methods actually work, or don't work anymore if they did previously. When I try to use `ConnectGetNamespacedPodExecAsync`, I get an...

Yes, this is a bug. It needs some code to "collapse" the network so that there are no unnecessary gaps at any given depth.

@henkjan-sneller Thanks for reporting this. It should be fixed by a change I just made.

The optimal depth grouping has been fixed, but it seems within a single depth, the comparators are still not organized as well as they could be. ![Screenshot_20240506-184655](https://github.com/brianpursley/sorting-network/assets/4977542/f5b9346f-032b-4af7-bfcc-6c3c93152d9d) So maybe there...