Merge pull request #3 from sirius0xdev/fix/vllm-toleration-effect

fix: correct kubernetes toleration effect syntax for vLLM deployment
This commit is contained in:
sirius0xdev 2026-04-18 12:09:50 -04:00 committed by GitHub
commit 8b466d2b1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ spec:
- key: "nvidia.com/gpu-nvidia-rtx-pro-6000" - key: "nvidia.com/gpu-nvidia-rtx-pro-6000"
operator: "Equal" operator: "Equal"
value: "present" value: "present"
effect: "NO_SCHEDULE" effect: "NoSchedule"
containers: containers:
- name: vllm-brain - name: vllm-brain
image: vllm/vllm-openai:latest image: vllm/vllm-openai:latest