Maintain Platform App - node-feature-discovery

Add details about the update interval of NFD

Change-Id: I8c415fbdb3139253fa6c4bf26a0185b18efd80b6
Signed-off-by: Elisamara Aoki Gonçalves <elisamaraaoki.goncalves@windriver.com>
This commit is contained in:
Elisamara Aoki Gonçalves
2025-07-16 16:53:46 +00:00
parent 9f6a2644f6
commit 12ff073b8e

View File

@@ -78,8 +78,8 @@ Use the following steps to install the |NFD| application:
.. rubric:: |result|
- A worker pod is created for each node in the kubernetes cluster. These worker
pods gather information about node features periodically and updates the
labels associated with the nodes.
pods gather information about node features periodically (default is 1 hour)
and updates the labels associated with the nodes.
- Additionally, there is one master pod that gathers all the updated data from
worker pods and reports it for efficient feature management and a garbage
@@ -94,4 +94,4 @@ configuration, use the following command:
~(keystone_admin)]$ kubectl label node/<node's name> --list | grep "feature.node.kubernetes.io"
Where <node's name> is name of the node.
Where <node's name> is name of the node.