-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add tolerations to controller-statefulset and deamonset #187
Conversation
Signed-off-by: Ben <[email protected]>
PR Description updated to latest commit (23043e3) |
PR Review
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
User description
Tolerations in workloads in the Helm chart were missing the ability to be controlled. In this PR I am adding this capability.
Type
enhancement
Description
values.yaml
to ensure backward compatibility and provide a base configuration.Changes walkthrough
controller-statefulset.yaml
Add Dynamic Tolerations to StatefulSet Template
chart/kubecop/templates/controller-statefulset.yaml
on values.
deamonset.yaml
Replace Static Tolerations with Templated Ones in DaemonSet
chart/kubecop/templates/deamonset.yaml
dynamic configuration.
values.yaml
Define Default Tolerations in Values
chart/kubecop/values.yaml