GitHub user dosubot[bot] added a comment to the discussion: Resources for "wait-for-postgres"
<!-- 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> GitHub link: https://github.com/apache/superset/discussions/32917#discussioncomment-12679278 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
