You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node Labeller is a {{< glossary_tooltip text="controller" term_id="controller" >}} that automatically
89
-
labels your nodes with GPU device properties.
86
+
As an administrator, you can automatically discover and label all your GPU enabled nodes
87
+
by deploying Kubernetes [Node Feature Discovery](https://github.com/kubernetes-sigs/node-feature-discovery) (NFD).
88
+
NFD detects the hardware features that are available on each node in a Kubernetes cluster.
89
+
Typically, NFD is configured to advertise those features as node labels, but NFD can also add extended resources, annotations, and node taints.
90
+
NFD is compatible with all [supported versions](/releases/version-skew-policy/#supported-versions) of Kubernetes.
91
+
By default NFD create the [feature labels](https://kubernetes-sigs.github.io/node-feature-discovery/master/usage/features.html) for the detected features.
92
+
Administrators can leverage NFD to also taint nodes with specific features, so that only pods that request those features can be scheduled on those nodes.
0 commit comments