-
I want the container wait execute more quickly, so I need to enlarge cpu of container wait, can you tell me where to define the resources like cpu and memory? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I see that the resources of container wait is from Kubernetes's LimitRange which defines Default Request and Default Limit. |
Beta Was this translation helpful? Give feedback.
-
Hi @scape7yu you can use podspecpatch to udpate resource request for wait container |
Beta Was this translation helpful? Give feedback.
Hi @scape7yu you can use podspecpatch to udpate resource request for wait container
eg.
https://github.com/argoproj/argo-workflows/blob/master/examples/pod-spec-patch.yaml