-
Notifications
You must be signed in to change notification settings - Fork 583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pods resources(CPU: request and limit) are not picking up even after adding resource preset #6099
Comments
Here is a section in the documentation that discusses |
Hey @cppwfs In config map we are able to see the resource mapping as we have added the resource preset in values.yaml file but pods are not able to pick it up, Can you provide me a way to pass it as extraEnvVars variable similar to the below mentioned properties. |
Just to verify did you follow the format shown here: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L13C13-L13C36? |
Hey @cppwfs I have tried hit & trial with these many configuration. Is there any other annotation which we are missing? Thank you. |
Hello @yogesh-jha-miq , Bitnami groups their props by prefix "server", "skipper", and "deployer" where the latter really means "tasks apps or stream apps". Bitnami only supports NOTE: The resourcesPreset is completely a Bitnami only variable name. The final destination of these variables is always the Kubernetes "limits" or "requests". We do discourage the use of "resourcesPreset" in favor using the Bitnami "resources" variable (i.e. 'deployer.resources'). |
This commit removes the inlining of the Bitnami Helm Chart docs from the Microsite. See spring-cloud/spring-cloud-dataflow#6099
Here is the issue reported to bitnami: bitnami/charts#31301 |
Thanks @cppwfs |
Description:
We have seen the SCDF document which says we can set the property resource preset to provide cpu & memory to the pods which SCDF brings up, we have used as below
what else values we need to set in this values.yaml file, Could anyone help here?
Release versions:
we are installing "bitnami/spring-cloud-dataflow:2.11.5-debian-12-r2"
Screenshots:
Where applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: