Jacob Henner

Results 57 comments of Jacob Henner

Would this change incorporate the behavior desired in https://github.com/kubernetes/community/pull/2342, such that there'd be a way to configure the entire pod (or just the non-sidecar container) to restart if a sidecar...

> I wouldn't expect to see the behavior that you're describing. I could definitely see this race occurring when there is a pod that is just coming up and we...

As a temporary workaround I've implemented a validating webhook that rejects eviction requests from Karpenter if the pod is appropriately annotated. This seems to work, but is detrimental because (as...

I've also not received any reports of unexpected consolidation disruptions since upgrading to 0.36.1. However, I've seen drift disruptions on nodes with the do-not-disrupt annotation on one or more assigned...

I do have a use case :slightly_smiling_face: As for > it's useless without a remctl library Wouldn't this be addressed if it were distributed as a Python wheel?

@ibalat @suraj2410 What do the disk IOPS, disk idle time, and memory metrics look like for the affected hosts? Could this be the problem described in https://github.com/bottlerocket-os/bottlerocket/issues/4075#issuecomment-2319361813? (applicable to Bottlerocket,...

This is caused by the use of sets for comparing dict keys in the internals of the library. Sets (unlike dicts in newer versions of Python) do not preserve order....

I will get to the tests when I can.

> I will get to the tests when I can. @tomplus I started writing tests, but I noticed that the unit tests for the CustomObjects API are only stubs. There...