fix: match vllm-l4 deployment nodeSelector and tolerations to nodepool labels/taints

This commit is contained in:
Sirius Claw 2026-04-20 05:11:55 +00:00
parent 0ab2305c1c
commit 7d34b3f649

View file

@ -16,10 +16,11 @@ spec:
app: openclaw-brain-l4 app: openclaw-brain-l4
spec: spec:
nodeSelector: nodeSelector:
cloud.google.com/gke-accelerator: "nvidia-l4" workload: "llm-analyst"
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