Node Feature Discovery (NFD) up version (dsR8MR3, r9)

Story: 2010657
Task: 48761

Change-Id: I2fa004215fad6a69cc507880a35ac4e562611025
Signed-off-by: Elisamara Aoki Goncalves <elisamaraaoki.goncalves@windriver.com>
This commit is contained in:
Elisamara Aoki Goncalves 2024-02-02 12:10:40 +00:00 committed by Juanita-Balaraj
parent 814bfdf803
commit a368ebca1b
1 changed files with 5 additions and 4 deletions

View File

@ -27,7 +27,7 @@ system meets the following requirements:
~(keystone_admin)]$ helm uninstall node-feature-discovery -n <namespace>
<namespace> 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/<node's name> --list | grep "feature.node.kubernetes.io"
Where <node's name> is name of the node.