From 9953fae93d9af98817cb35fd6e619d28b3937528 Mon Sep 17 00:00:00 2001 From: panxiao81 Date: Mon, 21 Sep 2026 11:31:57 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=BA=20Kata=20kind=20=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E5=88=86=E9=85=8D=E6=98=8E=E7=A1=AE=E8=B5=84=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/sandbox-ci-runners/pools.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/platform/sandbox-ci-runners/pools.yaml b/platform/sandbox-ci-runners/pools.yaml index 1caf345..b6bc741 100644 --- a/platform/sandbox-ci-runners/pools.yaml +++ b/platform/sandbox-ci-runners/pools.yaml @@ -120,6 +120,13 @@ spec: --storage-driver=overlay2 securityContext: privileged: true + resources: + requests: + cpu: "2" + memory: 3Gi + limits: + cpu: "2" + memory: 3Gi volumeMounts: - name: docker-socket mountPath: /run/docker -- 2.54.0