Skip to content

Commit f2bba01

Browse files
committed
nfd: Update README information
This PR updates the README information by introducing a command of how to get the node name in order to verify the NFD nodes are working properly. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
1 parent 641e777 commit f2bba01

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)