From cf909206f5ac5c45e33320853bf2a1e19feb902e Mon Sep 17 00:00:00 2001 From: SiriusClaw Date: Sat, 18 Apr 2026 16:05:15 +0000 Subject: [PATCH] fix: correct kubernetes toleration effect syntax for vLLM deployment --- apps/base/customer1/openclaw/vllm-gemma.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/customer1/openclaw/vllm-gemma.yaml b/apps/base/customer1/openclaw/vllm-gemma.yaml index 445b7c5..843afda 100644 --- a/apps/base/customer1/openclaw/vllm-gemma.yaml +++ b/apps/base/customer1/openclaw/vllm-gemma.yaml @@ -21,7 +21,7 @@ spec: - key: "nvidia.com/gpu-nvidia-rtx-pro-6000" operator: "Equal" value: "present" - effect: "NO_SCHEDULE" + effect: "NoSchedule" containers: - name: vllm-brain image: vllm/vllm-openai:latest