gpu-operator
gpu-operator copied to clipboard
Add vGPU license visibility and condition management
- Updated README to document new vGPU license visibility features, including annotations for license status and a condition in ClusterPolicy.
- Introduced license collection logic in
license_collector.goand corresponding tests inlicense_collector_test.go. - Implemented metrics for license status updates in
metrics_license.goand integrated it into the NodeMetrics workflow. - Added condition management for vGPU licensing in
license_condition.go, with tests to validate behavior in various licensing scenarios. - Enhanced permissions in
0300_clusterrole.yamlto allow patching of node annotations.
This update improves visibility and management of vGPU licensing, facilitating easier diagnostics and compliance monitoring.
Note: This was generated by GPT-5.1 and is pending functional testing and review
Closes: #1477