fix: match vllm-l4 deployment nodeSelector and tolerations to nodepool labels/taints
This commit is contained in:
parent
0ab2305c1c
commit
7d34b3f649
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue