containers / nri-plugins

A collection of community maintained NRI plugins
https://containers.github.io/nri-plugins/
Apache License 2.0
68 stars 25 forks source link

[podresapi 1/3] agent,config,helm: make agent runtime configurable. #418

Closed klihub closed 6 days ago

klihub commented 1 week ago

This PR implements runtime configuration for the agent itself, in preparation for allowing configurable access to the kubelet's Pod Resource API. Currently the only existing control enables access to Node Resource Topology Custom Resources and it is on by default. Update the agent to dig out and honor its own configuration when configuration is updated.

klihub commented 1 week ago

/cc @pfl