Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Lehtonen <[email protected]>
  • Loading branch information
ArangoGutierrez and marquiz authored Sep 5, 2023
1 parent f2c1c7e commit 413a1ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/reference/worker-commandline-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ nfd-worker -label-sources=kernel,system,local

The `-enable-nodefeature-api` flag enables/disables the
[NodeFeature](../usage/custom-resources.md#nodefeature) CRD API
for communicating with nfd-master, by default nfd-worker will create per-node
for communicating with nfd-master. When enabled nfd-worker creates per-node
NodeFeature objects the contain all discovered node features and the set of
feature labels to be created. This will also automatically disable/enable the
feature labels to be created. Setting the flag to false will enable
gRPC communication to nfd-master.

Default: true
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/nfd-master.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extended resources based on requests from nfd-workers and 3rd party extensions.

## NodeFeature controller

The NodeFeature Controller use NodeFeature objects as
The NodeFeature Controller uses NodeFeature objects as
the input for the [NodeFeatureRule](custom-resources.md#nodefeaturerule)
processing pipeline. In addition, any labels listed in the NodeFeature object
are created on the node (note the allowed
Expand Down

0 comments on commit 413a1ad

Please sign in to comment.