This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Description
Component
I don't know
Describe the bug
Model service pods (vLLM Sim) are stuck in Pending after successful install using the vLLM Simulator preset.
Steps to reproduce
I set baseConfigMapRefName: basic-sim-preset in Helm values and run ./llmd-installer.sh --gateway kgateway -m --namespace default -f my-values.yaml. The installation succeeded, but the vLLM Sim pods are stuck in pending due to:
resources:
limits:
nvidia.com/gpu: "1"
requests:
nvidia.com/gpu: "1"
Additional context or screenshots
Manually removing the nvidia.com/gpu: "1" resources causes the pods to no longer be in Pending.