-
Notifications
You must be signed in to change notification settings - Fork 238
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
[v0.12] Fleet job pods do not receive tolerations from values.yaml #3280
Comments
Additional QAProblemInstalling Fleet charts in a cluster where all nodes are tainted would fail, because Fleet jobs did not support node tolerations coming from chart values. This would result in Fleet failing to install. SolutionThe Fleet chart now propagates node tolerations from chart values to those jobs, as it does for other deployed pods. TestingEngineering TestingManual TestingThis has been tested by tainting one node in a k3d cluster, and checking that:
Automated TestingN/A QA Testing Considerations
This can be tested as follows:
Regressions ConsiderationsN/A |
Forward-port of #3180 to v0.12.
The text was updated successfully, but these errors were encountered: