Will the CronJob declared resources.request
parameters occupy resources when the pod is not active?
Asked
Active
Viewed 92 times
0

KIILA
- 63
- 1
- 4
1 Answers
1
When you specify the resource request for containers in a Pod, the scheduler uses this information to decide which node to place the Pod on. So if the pod is not scheduled at all then it will not use any memory.

Arghya Sadhu
- 41,002
- 9
- 78
- 107