Skip to content

Commit 7575c8e

Browse files
authored
Merge pull request #31 from intel/hershpa-patch-1
nfd: Update README.md
2 parents a8c5e84 + f7d21cb commit 7575c8e

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)