Antti Kervinen
Antti Kervinen
@hqhq commented to the (possibly abandoned) PR #1636, that values in nested cgroups should not be overridden by default. I totally agree with that. In this change I want to...
Thanks for timely and encouraging feedback, @kolyshkin! Now that I know this is on right track, I'll address the shortcomings in this PR soon. One clarifying question: > In general,...
In our e2e test point of view... I didn't run full tests here, but checked that cri-resmgr can talk to distro's on-the-stock containerd: `distro=debian-sid`: ok `distro=ubuntu-22.04`: ok `distro=ubuntu-20.04`: fail (containerd-1.5.9)...
This change breaks a couple of e2e tests. I'm verifying if the new allocation order makes sense in these cases. For instance `policies.test-suite/podpools/n4c16/test01-basic-placement` (Thanks for very good debug prints. ;)...
@marquiz, suggesting changes/fixes. Make sure `a.topology.cpuPriorities` is non-empty. It seems like it would be empty on any platform without this: ``` diff --git a/pkg/cpuallocator/allocator.go b/pkg/cpuallocator/allocator.go index 4f9b74e0..daf71b4a 100644 --- a/pkg/cpuallocator/allocator.go...
> Generally speaking, if the defaults are insanely sane and switching from them to a different config is not painful, then IMO it's usually a better idea to let everything...
I'm experiencing a couple of issues with download.opensuse.org. 1. Certificate check fails. 2. I failed to find a way to domain-level scoped cert check disabling. Host-level failed, because load balancing...
This patch solves the [issue](https://github.com/kubernetes/kubernetes/issues/92287#issuecomment-1225647615) pointed out by @d-honeybadger: blockio parameters are not applied to block devices that are created after containerd restart.
> Does it affect the pods/containerds which are already created? New configuration is applied only on containers that are created after the configuration change. If containers in your pods are...
An accidental `Enter` on a browser tab closed the issue. Reopening.