From b0732f82e741d483ba1c1f711e66a8a61bc0d310 Mon Sep 17 00:00:00 2001 From: Elisamara Aoki Goncalves Date: Fri, 2 Feb 2024 12:10:40 +0000 Subject: [PATCH] Node Feature Discovery (NFD) up version (dsR8MR3, r9) Story: 2010657 Task: 48761 Change-Id: I2fa004215fad6a69cc507880a35ac4e562611025 Signed-off-by: Elisamara Aoki Goncalves --- ...-discovery-nfd-starlingx-application-70f6f940bb4a.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/source/node_management/kubernetes/install-node-feature-discovery-nfd-starlingx-application-70f6f940bb4a.rst b/doc/source/node_management/kubernetes/install-node-feature-discovery-nfd-starlingx-application-70f6f940bb4a.rst index 7d3ca02d9..3626dccae 100644 --- a/doc/source/node_management/kubernetes/install-node-feature-discovery-nfd-starlingx-application-70f6f940bb4a.rst +++ b/doc/source/node_management/kubernetes/install-node-feature-discovery-nfd-starlingx-application-70f6f940bb4a.rst @@ -27,7 +27,7 @@ system meets the following requirements: ~(keystone_admin)]$ helm uninstall node-feature-discovery -n is the location, where you installed the |NFD| Helm chart. - + .. rubric:: |proc| @@ -69,7 +69,7 @@ Use the following steps to install the |NFD| application: .. code-block:: none ~(keystone_admin)]$ watch system application-list - + or ~(keystone_admin)]$ watch kubectl get pods -n node-feature-discovery @@ -82,7 +82,8 @@ Use the following steps to install the |NFD| application: 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. + worker pods and reports it for efficient feature management and a garbage + collection of stake node feature objects pod. The |NFD| application is now installed on your system, and the hardware features available on each node in the kubernetes cluster will be detected and @@ -90,7 +91,7 @@ advertised using kubernetes node labels. To check the label for any configuration, use the following command: .. code-block:: none - + ~(keystone_admin)]$ kubectl label node/ --list | grep "feature.node.kubernetes.io" Where is name of the node.