-
Improvement
-
Resolution: Fixed
-
Minor
-
None
The sample defined in
Does not specify any kind of request and limit.
In resource limited environments it could fail due to OOM events.
We have reproduced this issue by running it in a pod with memoty limited to 256Mi.
We need to proper handle it by including resource requests and limits for memory.
Valid values can be:
spec: containers: - resources: requests: memory: "256Mi" limits: memory: "512Mi"
- links to
[JENKINS-74950] Improve the K8s Maven sample to run in resources limited environments
Summary | Original: Improve the K8s Maven sample to run in resources limited environment | New: Improve the K8s Maven sample to run in resources limited environments |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Remote Link | New: This issue links to "CB Internal reference (Web Link)" [ 30286 ] |
Remote Link | New: This issue links to "PR (Web Link)" [ 30287 ] |