Skip to content

Commit e09b031

Browse files
authored
Merge pull request #304 from hershpa/main
nfd: Update Readme
2 parents c3bb4d3 + 055b79f commit e09b031

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

nfd/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Setting up Node Feature Discovery
2-
[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.
2+
[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.
33

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

77
## Install NFD Operator
88
Follow the guide below to install the NFD operator using CLI or web console.
9-
- [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)
10-
- [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)
9+
- [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)
10+
- [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)
1111

1212
## Configure NFD Operator
1313
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.
@@ -39,5 +39,6 @@ intel.feature.node.kubernetes.io/gpu=true
3939
| `intel.feature.node.kubernetes.io/gpu=true` | Intel® Data Center GPU Flex Series or Intel® Data Center GPU Max Series |
4040
| `intel.feature.node.kubernetes.io/sgx=true` | Intel® SGX |
4141
| `intel.feature.node.kubernetes.io/qat=true` | Intel® QAT |
42+
| `intel.feature.node.kubernetes.io/dsa=true` | Intel® DSA |
4243

4344
## See Also

0 commit comments

Comments
 (0)