Skip to content

Commit

Permalink
Merge pull request #304 from hershpa/main
Browse files Browse the repository at this point in the history
nfd: Update Readme
  • Loading branch information
uMartinXu authored Sep 25, 2024
2 parents c3bb4d3 + 055b79f commit e09b031
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nfd/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Setting up Node Feature Discovery
[Node Feature Discovery (NFD) Operator](https://docs.openshift.com/container-platform/4.14/hardware_enablement/psap-node-feature-discovery-operator.html) manages the deployment and lifecycle of the NFD add-on to detect hardware features and system configuration, such as PCI cards, kernel, operating system version, etc.
[Node Feature Discovery (NFD) Operator](https://docs.openshift.com/container-platform/4.16/hardware_enablement/psap-node-feature-discovery-operator.html) manages the deployment and lifecycle of the NFD add-on to detect hardware features and system configuration, such as PCI cards, kernel, operating system version, etc.

## Prerequisites
- Provisioned RHOCP cluster. Follow steps [here](/README.md#provisioning-rhocp-cluster).

## Install NFD Operator
Follow the guide below to install the NFD operator using CLI or web console.
- [Install from the CLI](https://docs.openshift.com/container-platform/4.14/hardware_enablement/psap-node-feature-discovery-operator.html#install-operator-cli_node-feature-discovery-operator)
- [Install from the web console](https://docs.openshift.com/container-platform/4.14/hardware_enablement/psap-node-feature-discovery-operator.html#install-operator-web-console_node-feature-discovery-operator)
- [Install from the CLI](https://docs.openshift.com/container-platform/4.16/hardware_enablement/psap-node-feature-discovery-operator.html#install-operator-cli_node-feature-discovery-operator)
- [Install from the web console](https://docs.openshift.com/container-platform/4.16/hardware_enablement/psap-node-feature-discovery-operator.html#install-operator-web-console_node-feature-discovery-operator)

## Configure NFD Operator
Note: As RHOCP cluster administrator, you might need to merge the NFD operator config from the following Custom Resources (CRs) with other NFD operator configs that are already applied on your cluster.
Expand Down Expand Up @@ -39,5 +39,6 @@ intel.feature.node.kubernetes.io/gpu=true
| `intel.feature.node.kubernetes.io/gpu=true` | Intel® Data Center GPU Flex Series or Intel® Data Center GPU Max Series |
| `intel.feature.node.kubernetes.io/sgx=true` | Intel® SGX |
| `intel.feature.node.kubernetes.io/qat=true` | Intel® QAT |
| `intel.feature.node.kubernetes.io/dsa=true` | Intel® DSA |

## See Also

0 comments on commit e09b031

Please sign in to comment.