-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
4.16
-
None
-
None
-
Improvement
-
False
-
None
-
False
-
operators
-
Not Selected
-
Engineering
-
-
-
-
1. Proposed title of this feature request
2. What is the nature and description of the request?
on a cluster with control-plane and workers, we can enable scheduling workload on the control plane nodes by setting mastersSchedulable to true using `oc edit schedulers.config.openshift.io cluster`. This will:
- untainted the control plane nodes
- add the worker rol to them
out of the box, this will also create overlapping MCPs, which is something the NUMAResourcesOperator does not support.
It is still possible to make NUMAResourcesOperator work in this environment with manual action, but it would be preferred for the operator to have better support. Users should be enabled to configure the operator properly with settings on its managed CRs (`numaresourcesoperator`)
3. Why does the customer need this? (List the business requirements here)
Add support for compact clusters
Streamlines the user experience
Recuces management cost
4. List any affected packages or components.
NUMA Resources operator
- is triggered by
-
OCPBUGS-36314 NROP: Cannot get a working configuration when using schedulable control plane
- Closed