Merge pull request #35 from sirius0xdev/fix-g4-l4-taint
fix: Match exact taint value for the L4 G2 nodepool
This commit is contained in:
commit
2134824757
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