requests resources for build pods along side limits
Y
Yellow sunshine Lemming
Right now we helm delegates setup and the build pods that run are only accepting helm resource values for limits and not allowing to define requests for resources. Looks like it is setting up default value for requests. Is there a way to define requests if not can this feature be added.
Log In
Canny AI
Merged in a post:
Option to define resource requests for helm delegate pods along with resource limits
Y
Yellow sunshine Lemming
the use case is that when I have an number of pods running with resource limit say 5Gb memory. the instances hosting kubernetes cluster is scaling based on resource requests which is set to default to a low value and is scheduling the pod. But the build running on the pod uses more memory as defined in limits but if the instance does not have that much memory left the container is exiting caused build failures. So I was looking for a way to set up resource requests.