Skip to content

Commit fb06b27

Browse files
authored
Merge pull request #335 from GabyCT/topic/updatenfddoc
nfd: Update README information
2 parents 641e777 + f2bba01 commit fb06b27

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nfd/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,13 @@ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-
2323
```
2424

2525
## Verification
26+
Use the following command to get the node name
27+
```
28+
$ oc get nodes
29+
```
2630
Use the command shown below to verify whether the nodes are labeled properly by NFD:
2731
```
28-
$ oc describe node node_name | grep intel.feature.node.kubernetes.io
32+
$ oc describe node <node_name> | grep intel.feature.node.kubernetes.io
2933
```
3034
Example output:
3135
```

0 commit comments

Comments
 (0)