Antti Kervinen
Antti Kervinen
### Description Hi, I'm suspecting flakiness in integration tests. PR #7418 (blockio fix/improvement), that does not affect containerd behavior in these tests, fails Linux integration 2. ### Steps to reproduce...
Reconfiguring blockio is needed in the following scenarios. - Block devices (/dev/*) change, for example when a CSI driver adds a new block device for a pod. Reconfiguration finds current...
- Add vm-install-kernel-dev to script API to make this feature visible.
- Tested on debian, fedora and ubuntu. - Example: distro=fedora on_vm_online=' vm-install-minikube; vm-create-minikube-cluster; vm-command "minikube kubectl -- get pods -A"; exit' test/e2e/run.sh interactive
Ignore before #865 is merged. This draft build on top of PR #865. Add explicit "unlimited" to both MaxCPUs and MaxBalloons. Needs testing "unlimited" CPU balloon inflation and MaxBalloons behavior.
If workloads in a balloon are allowed to use idle CPUs through `SharedIdleCpusInSame: ` option, the frequencies of the idle CPUs remains to be configured according to the idle CPU...
When new cri-resmgr configuration is applied through cri-resmgr-agent, changes in AvailableResources, ReservedResources or AllocatorTopologyBalancing do not trigger realignment of workloads yet it should. As a consequence, workloads may continue to...
Currently NRI plugins can ask the cgroup path of a container using `ctr.GetCgroupsPath()`. If a plugin needs to access controllers in the cgroup, it will need to implement the magic...
Currently the PDF report shows how much scaling up consumes free memory. This number is not comparable between cluster nodes or even test runs because RAM used for OS caches/buffers/slab...
- Add R routine to load and plot percentiles from JSON. - Support any number of percentiles 1..n. - Store percentile configuration in JSON. - Fix handling percentile value 100....