-
v0.1.0 — Initial Release Stable
released this
2026-02-19 00:36:15 +00:00 | 82 commits to main since this releaseheadlamp-intel-gpu-plugin v0.1.0
Initial release of the Intel GPU Headlamp plugin.
Features
- Overview dashboard — plugin health, GPU node summary, allocation bar, active GPU pods
- Device Plugins page — GpuDevicePlugin CRD instances with spec/status and daemon pods
- GPU Nodes page — per-node GPU type, device count, allocation, workload pods
- GPU Pods page — all pods requesting Intel GPU resources with per-container detail
- Node detail injection — Intel GPU section on native Node detail pages (capacity, allocatable, utilization, active pods)
- Pod detail injection — GPU resource requests/limits per container on native Pod detail pages
- Nodes table columns — GPU Type and GPU Devices injected into native Nodes table
- App bar health badge — hidden when no Intel GPU plugin detected
Intel GPU support
- Discrete GPU nodes (
node-role.kubernetes.io/gpu=true,gpu.intel.com/i915) - Xe GPU nodes (
gpu.intel.com/xe) - Integrated GPU nodes (
node-role.kubernetes.io/igpu=true) - GpuDevicePlugin CRD (
deviceplugin.intel.com/v1) with graceful degradation when operator not installed
Install
Add to your Headlamp plugin configuration:
```yaml
- name: intel-gpu
source: https://artifacthub.io/packages/headlamp/intel-gpu/headlamp-intel-gpu-plugin
```
Downloads