Skip to content

Commit

Permalink
Update cmd/operator/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Eero Tamminen <[email protected]>
  • Loading branch information
tkatila and eero-t authored Apr 19, 2023
1 parent 0c7fd81 commit 02f03cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ nfd-worker-qqq4h 1/1 Running 0 25h
Note that labelling is not performed immediately. Give NFD 1 minute to pick up the rules and label nodes.

As a result all found devices should have correspondent labels, e.g. for Intel DLB devices the label is
```intel.feature.node.kubernetes.io/dlb```:
`intel.feature.node.kubernetes.io/dlb`:
```
$ kubectl get no -o json | jq .items[].metadata.labels |grep intel.feature.node.kubernetes.io/dlb
"intel.feature.node.kubernetes.io/dlb": "true",
Expand Down

0 comments on commit 02f03cc

Please sign in to comment.