From 413a1ad0d6c47764d255fd88cc13b5f6561fd49d Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Arango Gutierrez Date: Tue, 5 Sep 2023 20:07:14 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Markus Lehtonen --- docs/reference/worker-commandline-reference.md | 4 ++-- docs/usage/nfd-master.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/worker-commandline-reference.md b/docs/reference/worker-commandline-reference.md index a22825988c..a8d35e694a 100644 --- a/docs/reference/worker-commandline-reference.md +++ b/docs/reference/worker-commandline-reference.md @@ -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 diff --git a/docs/usage/nfd-master.md b/docs/usage/nfd-master.md index e5f1ad5360..7259c4a921 100644 --- a/docs/usage/nfd-master.md +++ b/docs/usage/nfd-master.md @@ -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