为 Kata kind 任务配置明确资源 #132
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user