-
Bug
-
Resolution: Done
-
Normal
-
RHODS_1.1_GA
-
1
-
False
-
False
-
No
-
-
-
-
-
-
1.1.1-52
-
No
-
Yes
-
Yes
-
None
-
-
IDH Sprint 8, IDH Sprint 10
Description of problem:
In some pod definitions, the CPU/memory Limits and Requests are not set for each container (including init-container).
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- From Workloads > Pods section open one pod belonging to RHODS namespaces
- check the containers in the "Containers" section
- Go to YAML tab
- Search for Limits and/or Requests keywords
- Check if each container (pt. 2) has its own limits/requests
Actual results:
Limits and Requests not specified for each container
Expected results:
CPU and memory limits/requests found for each container
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
v.1.1.1-21
Additional info:
An example of pod where all the containers have limits/requests is grafana (namespace: redhat-ods-monitoring) which has three containers and three pairs of limits/requests:
- dashboard-discovery
- grafana
- auth-proxy
While two examples of pods with missing container limits/request are prometheus (namespace: redhat-ods-monitoring) and jupyterhub-1 (namespace: redhat-ods-applications)
This bug is related to this story: https://issues.redhat.com/browse/RHODS-809
- is related to
-
RHODS-809 Audit build configs and pod definitions in RHODS to ensure that everything has CPU and Memory requests/limits defined
- Closed