为 Kata kind 任务配置明确资源 #132

Merged
panxiao81 merged 1 commits from fix/kata-kind-resources into main 2026-09-21 11:34:00 +00:00
+7
View File
@@ -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