fix: 为 Kata kind 任务分配明确资源
yaml / yaml (pull_request) Successful in 25s

This commit is contained in:
2026-09-21 11:31:57 +00:00
parent 56598d6c84
commit 9953fae93d
+7
View File
@@ -120,6 +120,13 @@ spec:
--storage-driver=overlay2 --storage-driver=overlay2
securityContext: securityContext:
privileged: true privileged: true
resources:
requests:
cpu: "2"
memory: 3Gi
limits:
cpu: "2"
memory: 3Gi
volumeMounts: volumeMounts:
- name: docker-socket - name: docker-socket
mountPath: /run/docker mountPath: /run/docker