Skip to content

Commit f7d21cb

Browse files
authored
nfd: Update README.md
Improve readme formatting and add table for feature to label mapping. Signed-off-by: Hersh Pathak <hersh.pathak@intel.com>
1 parent 490551e commit f7d21cb

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

nfd/README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,20 @@ NFD labels the host with node-specific attributes, such as PCI cards, kernel, op
1010

1111
2. Create NodeFeatureDiscovery instance
1212

13-
```$ oc apply -f https://github.com/intel/intel-technology-enabling-for-openshift/blob/main/nfd/node-feature-discovery-openshift.yaml```
13+
```
14+
$ oc apply -f https://github.com/intel/intel-technology-enabling-for-openshift/blob/main/nfd/node-feature-discovery-openshift.yaml
15+
```
1416

1517
3. Create NodeFeatureRule instance
1618

17-
```$ oc apply -f https://github.com/intel/intel-technology-enabling-for-openshift/blob/main/nfd/node-feature-rules-openshift.yaml```
19+
```
20+
$ oc apply -f https://github.com/intel/intel-technology-enabling-for-openshift/blob/main/nfd/node-feature-rules-openshift.yaml
21+
```
1822

1923
4. If NFD has been configured properly, NFD will detect and label Intel® hardware features present on each node in the cluster.
2024

21-
FeatureName: NFD Label
22-
23-
```Intel® Data Center GPU Flex Series: intel.feature.node.kubernetes.io/gpu=true```
24-
25-
```Intel® QAT: intel.feature.node.kubernetes.io/qat=true```
26-
27-
```Intel® SGX: intel.feature.node.kubernetes.io/sgx=true```
25+
Feature | Label
26+
--- | ---
27+
Intel® Data Center GPU Flex Series | intel.feature.node.kubernetes.io/gpu=true
28+
Intel® QAT | intel.feature.node.kubernetes.io/qat=true
29+
Intel® SGX | intel.feature.node.kubernetes.io/sgx=true

0 commit comments

Comments
 (0)