From 9173c3395dd73eec1a95a131a2dea8cfda852576 Mon Sep 17 00:00:00 2001 From: Sirius Claw Date: Mon, 20 Apr 2026 04:39:01 +0000 Subject: [PATCH] fix: Update L4 tolerations to exact match the G2 nodepool taint --- apps/base/customer1/openclaw/vllm-l4.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/base/customer1/openclaw/vllm-l4.yaml b/apps/base/customer1/openclaw/vllm-l4.yaml index f757857..8a68772 100644 --- a/apps/base/customer1/openclaw/vllm-l4.yaml +++ b/apps/base/customer1/openclaw/vllm-l4.yaml @@ -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