-
Notifications
You must be signed in to change notification settings - Fork 418
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
Tolerations missing from job cost-analyzer-checks #758
Comments
Hi @li-adrienloiseau the version 1.73.0 should have this setting. |
The version 1.73.0 only has the setting for nodeSelector, not tolerations, for the cost-analyzer-checks jobs. The tolerations setting is not put through. |
Ok, now I understand. |
#780 is now outstanding! That look good @Zenmodai @pierluigilenoci? |
Closing this issue because it seems to be addressed. We'll leave #772 open. |
Describe the bug
With the last release, you added the support of nodeselectors through all resources. But you did not add tolerations to the job cost-analyzer-checks as well, which results in provisioning errors/problems.
Expected behavior
Please add this settings for the job as well or remove the nodeselectors for the job. Also currently there are general options for nodeselector and tolerations, but also a networkcosts specific option for tolerations. Please use the general options for all resources. There is no need to have different tolerations here.
In "cost-analyzer-checks-template.yaml", you can see that only nodeSelector is used and not tolerations.
cost-analyzer-helm-chart/cost-analyzer/templates/cost-analyzer-checks-template.yaml
Line 62 in 7a43a04
The text was updated successfully, but these errors were encountered: