We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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:
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.
The text was updated successfully, but these errors were encountered: