Skip to content

Commit

Permalink
Merge pull request #335 from GabyCT/topic/updatenfddoc
Browse files Browse the repository at this point in the history
nfd: Update README information
  • Loading branch information
uMartinXu authored Dec 9, 2024
2 parents 641e777 + f2bba01 commit fb06b27
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nfd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-
```

## Verification
Use the following command to get the node name
```
$ oc get nodes
```
Use the command shown below to verify whether the nodes are labeled properly by NFD:
```
$ oc describe node node_name | grep intel.feature.node.kubernetes.io
$ oc describe node <node_name> | grep intel.feature.node.kubernetes.io
```
Example output:
```
Expand Down

0 comments on commit fb06b27

Please sign in to comment.