Merge "Node Feature Discovery (NFD) up version (dsR8MR3, r9)" into r/stx.9.0

This commit is contained in:
Zuul 2024-03-28 14:04:27 +00:00 committed by Gerrit Code Review
commit bc30d00941
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.