[enterprise-4.20] OSDOCS-20786: Configuring NFD worker node selectors and tolerations.#116224
[enterprise-4.20] OSDOCS-20786: Configuring NFD worker node selectors and tolerations.#116224yashshree2002 wants to merge 1 commit into
Conversation
|
@yashshree2002: This pull request references OSDOCS-20786 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Hi @yashshree2002. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
The current Node Feature Discovery (NFD) Operator documentation does not describe the
workerNodeSelectorandworkerTolerationsfields available underspec.operandof theNodeFeatureDiscoverycustom resource.These fields allow cluster administrators to:
workerNodeSelector.workerTolerationsmasterTolerationsfield allows NFD master pods to tolerate taints applied to control plane/master nodes.Beginning with Red Hat OpenShift Container Platform 4.20, the
NodeFeatureDiscoverycustom resource supports configuring the placement of NFD worker and master pods through thespec.operandsection.Ref:
https://github.com/openshift/cluster-nfd-operator/blob/98a074e63cd08de9748892a1d2361e33665efaf1/api/v1/nodefeaturediscovery_types.go#L112