Merge "Node Feature Discovery (NFD) up version (dsR8MR3, r9)"
This commit is contained in:
commit
e8485cbc44
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user