• v0.1.0 3c045e54be

    cpfarhood released this 2026-02-19 00:36:15 +00:00 | 82 commits to main since this release

    headlamp-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

    Downloads