fix: Update L4 tolerations to exact match the G2 nodepool taint

This commit is contained in:
Sirius Claw 2026-04-20 04:39:01 +00:00
parent d0ffbad5e9
commit 9173c3395d

View file

@ -19,7 +19,8 @@ spec:
cloud.google.com/gke-accelerator: "nvidia-l4" cloud.google.com/gke-accelerator: "nvidia-l4"
tolerations: tolerations:
- key: "nvidia.com/gpu" - key: "nvidia.com/gpu"
operator: "Exists" operator: "Equal"
value: "present"
effect: "NoSchedule" effect: "NoSchedule"
containers: containers:
- name: vllm-brain-l4 - name: vllm-brain-l4