Eero Tamminen

Results 88 issues of Eero Tamminen

**What would you like to be added**: Implementation and documentation for life-cycle management of external features (split from #855). **Why is this needed**: Issues / missing: * Documentation: what party...

kind/feature

**What would you like to be added**: Local socket API to specify and update NFD external feature labels. This is extension of #857. **Why is this needed**: Hooks are going...

kind/feature

**Actual outcome** ``` $ python3 ./make-dot.py Traceback (most recent call last): File "./make-dot.py", line 92, in main() File "./make-dot.py", line 13, in main edges = generate_edges(bundledict) File "./make-dot.py", line 59,...

bug

When doing search for some file, swupd output lists that same file being in dozens of bundles. If that means it's duplicated in all of those bundles, that seems a...

enhancement
swupd-search

This was inspired by ticket https://github.com/intel/intel-device-plugins-for-kubernetes/issues/1109, and fills one of the items listed in ticket https://github.com/intel/intel-device-plugins-for-kubernetes/issues/1060, by documenting how to get suitable kernel and user-space drivers. It also slightly updates...

https://github.com/intel/intel-device-plugins-for-kubernetes/blob/main/cmd/operator/ * Installation section is very long, it could be split to prep & actual operator installation * Prep section coud first list components that operator needs, and then have...

docs

This PR depends on https://github.com/intel/intel-device-plugins-for-kubernetes/pull/1114 + https://github.com/intel/intel-device-plugins-for-kubernetes/pull/1116 PRs being merged first. It offers **two** alternatives for integrating support for installing GPU device plugin to a cluster with fake device support....

The whole picture and earlier review comments are in the RFC PR https://github.com/intel/intel-device-plugins-for-kubernetes/pull/1104, from which this is split off. Compared to RFC PR, I've moved / renamed generator code to...

ChangeLog: gpu_sysman: Add more metric output variants and better control for them Changes: * Add "rate" variant flag (3rd one) for MetricsOutput option, and change that option to a bitmask...

ChangeLog: write_prometheus: log which socket creation function failed To ease debugging of users' listen socket creation failures, see: https://github.com/collectd/collectd/issues/4010 After the change, log message looks like this: `write_prometheus plugin: Opening...