You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
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:
Component
I don't know
Describe the bug
Model service pods (vLLM Sim) are stuck in
Pendingafter successful install using the vLLM Simulator preset.Steps to reproduce
I set
baseConfigMapRefName: basic-sim-presetin 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:Additional context or screenshots
Manually removing the
nvidia.com/gpu: "1"resources causes the pods to no longer be inPending.