Skip to content
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

adding resources to the defaultInitContainer #541

Open
tkraan opened this issue Aug 23, 2024 · 0 comments
Open

adding resources to the defaultInitContainer #541

tkraan opened this issue Aug 23, 2024 · 0 comments

Comments

@tkraan
Copy link
Contributor

tkraan commented Aug 23, 2024

Our kubernetes environment has some restraints and therefore we need to set up resource definitions for every container that is started.

We are able to setup the resource definitions for the job container using:

      "*": 
        default-cpus: .5 
        default-mem-mb: 512 
        cpu-request-ratio: .5 
        memory-request-ratio: .5

But we are using the defaultInitContainer from the values.yaml file which does not allow for setting up resource definitions.

Therefore the job will not start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant