-
Notifications
You must be signed in to change notification settings - Fork 929
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 ability to set tolerations and affinities on resources generated by Karmada resources #6197
Comments
@brandonrjacobs Thanks, that's a reasonable usage scenario. It can be implemented by extending the CommonSettings of the |
@zhzhuang-zju I'm attempting use the operator to manage the Karmada Control Plane within a given host cluster. Using the classic Kubernetes within Kubernetes approach for deployment. |
I will attempt to PR this change in the coming weeks. |
Great! Take your time and feel free to ask if you have any other issues. |
Thanks for the spotting. @brandonrjacobs It sounds a reasonable feature to me. also, cc @jabellard to take a look. |
I think this will be a useful addition. |
What would you like to be added:
I would like to add the ability to add add explicit tolerations and affinity blocks to the underlying resources for karmada when creating a CR.
Examples of said additions could look like the following:
Why is this needed:
In some environments, when installing the control plane we have specific taints / settings on our nodes that require adding additional settings. We could solve this by injecting mutatingwebhook policies but that seems like a lot of overhead for a simple ask of supporting traditional kubernetes resource fields.
The text was updated successfully, but these errors were encountered: