fix: Update L4 tolerations to exact match the G2 nodepool taint
This commit is contained in:
parent
d0ffbad5e9
commit
9173c3395d
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ spec:
|
|||
cloud.google.com/gke-accelerator: "nvidia-l4"
|
||||
tolerations:
|
||||
- key: "nvidia.com/gpu"
|
||||
operator: "Exists"
|
||||
operator: "Equal"
|
||||
value: "present"
|
||||
effect: "NoSchedule"
|
||||
containers:
|
||||
- name: vllm-brain-l4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue