Skip to content

Intel-Gpu-Levelzero: Failed to get Indices from levelZero on WSL2 on Intel Lunar Lake Core Ultra 9 processor #2039

Closed
@shailesh837

Description

@shailesh837

Describe the bug
We have Customer called CelebalTech based in Dubai, Finland, Bangalore, Targeting there Customer contact Call center Framework running on AIPC running single node rke2 kuberenetes cluster using OPEA-ERAG based RAG solution.
WSL2 : Ubuntu – 24.04
Document I used to reproduce the issue.

Currently we have the Latest the whole OPEA-Based RAG running usign docker-compose on LLM Model : llama3.2 running on iGPU (/dev/dri) exposure for iGPU (Windows driver : version):
After applying side-car (WSL2 : Ubuntu 24-04 gpu device plugin) there is level zero crash or failure inside pod:

Image

To Reproduce
Steps to reproduce the behavior:

  1. RKE2 version 1.31.4 Installtion
     sudo curl -sfL https://get.rke2.io | sudo INSTALL_RKE2_VERSION=v1.31.4+rke2r1 sh -
  2. Enable the rke2-server service
     systemctl enable rke2-server.service
  3. Start the service
     systemctl start rke2-server.service
  4. Follow the logs, if you like
      journalctl -u rke2-server –f
  1. Replace canal cni with calico
    Step 1: Edit this file /etc/rancher/rke2/config.yaml and add cni: calico
    Step 2: restart daemonsets and rke2 service
    sudo systemctl daemon-reload
    sudo systemctl restart rke2-service
    WSL layer enables Intel GPU detection with WSL (Windows Subsystem for Linux) Kubernetes clusters.
    kubectl apply -k 'https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/gpu_plugin/overlays/wsl?ref=v0.32.0'

Expected behavior
A clear and concise description of what you expected to happen.
Intel-gpu-plugin should detect levelzero indices and have gpu pod running under rke2 cluster

Image

Screenshots
If applicable, add screenshots to help explain your problem.

Image

Image

System (please complete the following information):

  • OS version: WSL2 : Ubuntu 24.04
  • Kernel version: microsoft Linux 5.15
  • Device plugins version: v0.32.0
  • Hardware info: Core Ultra 7 288V

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggpuGPU device plugin related issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions