dosubot[bot] commented on issue #32859: URL: https://github.com/apache/superset/issues/32859#issuecomment-2754586113
<!-- Greeting --> Hello, @julienLemarie! I'm here to help you with any bugs, questions, or contributions related to Superset. Let's work together to solve this issue. <!-- Answer --> I found a similar unsolved discussion regarding resource limits for initContainers in the Superset Helm chart: [init-db container creation failure with error: failed quota: large: must specify limits.cpu](https://github.com/apache/superset/discussions/25694) <sup>[[1]](https://github.com/apache/superset/discussions/25694)</sup>. In your case, it seems that the resource settings for the `wait-for-postgres` initContainer are not being applied as expected. The Superset Helm chart allows you to specify resource settings for initContainers separately using the `init.resources` field in your `values.yaml` file. However, it appears that these settings are not being inherited by the `wait-for-postgres` initContainer. To resolve this, ensure that the `init.resources` section in your `values.yaml` file is correctly configured. If the issue persists, you may need to explicitly define the resource requests and limits for the `wait-for-postgres` initContainer within the Helm chart templates or check if there are any specific configurations required for your Kubernetes environment. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/97fc207a-016a-4a14-825a-3dafe0b06f84?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/97fc207a-016a-4a14-825a-3dafe0b06f84?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/97fc207a-016a-4a14-825a-3dafe0b06f84?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/97fc207a-016a-4a14-825a-3dafe0b06f84?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/97fc207a-016a-4a14-825a-3dafe0b06f84?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/97fc207a-016a-4a14-825a-3dafe0b06f84?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/97fc207a-016a-4a14-825a-3dafe0b06f84?feedback_type=other)</sup> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org