Krisztian Litkey
Krisztian Litkey
I think it would make more sense from the UX/user point of view to have the real internally used configuration parameters determined from a set of QoS-oriented user-visible configuration parameters....
It should be possible for a container to indicate whether it is more memory bandwidth or latency critical. Currently CRI-RM implicitly assumes that all containers prefer low memory latency even...
- CRI Resource Manager - [ ] generalize memtier/topology-aware resource pools, split out to a common library - [ ] rework allocator to operate on these generalized pools - [...
It is quite clear how to deal with configuration delivery errors: keep retrying indefinitely and preferably propagate the fact of failed configuration back to the source, IOW to the ConfigMap....
### What happened? This problem manifests itself fairly regularly both in CI and github workflows. While the (unknown) root cause very much looks like a single problem, it can manifest...
Split out those few capability validation functions (`LastCap()`, `CapValid()`) which `Generator` depends on into a `validate/capabilities` subpackage of their own. This should prevent `github.com/xeipuuv/gojson*` from sneaking in to the dependencies...
Allow overriding the default `sysfs` mount point using the newly introduced `--sysfs-root $dir` command line option. When used, the real host sysfs should be available/mounted as `$dir/sys`. Target usage for...
This patch series adds support for switching policies without shutting down `cri-resmgr`. To allow this to happen, the patch set also reworks/refactors 1) the low-level configuration handling infra, and 2)...
This draft PR adds a new command line option `--use-nri-plugin`. When passed to `cri-resmgr` this option disables CRI request proxying and enables experimental code for resource management as an NRI...