-
Notifications
You must be signed in to change notification settings - Fork 546
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
Feature Request: NodeAffinity for Operators #840
Comments
Thanks for the suggestion! Completely agree, and it's on our roadmap. For now there are ways to direct workloads at the namespace level that we've been relying on. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
NodeSelector can be used in a subscription's |
Hi!, |
@jmhopla what is your use case for setting node affinity on the operator controller pods? |
Hi @dmesser Thanks for your time. The scenario is that we have a OCP cluster with workers in 2 zones or datacenter, we want to use a affinity of preferedbutnotrequired, so we define the pool where we want it to run normally (dc1) but in case of no resources available in dc1, we want that the operator in last effort have the possibility to run in dc2 without manual intervention. Thanks. |
It'd be really nice to use Pod/Node Affinity and Anti-affinity (or at least NodeSelector) to indicate where Pods created by the operator should be scheduled, possibly via a
Subscription
object.The text was updated successfully, but these errors were encountered: