If you are interested in exporting features or labels in a generic context, the nfd client supports an export mode, where both can be derived on the command line.
Feature export is in the experimental version.
This addresses use cases such as high performance computing (HPC) and other environments with compute nodes that warrant assessment, but may not have Kubernetes running, or may not be able to or want to run a central daemon service for data. To export features, you can use nfd export features
:
nfd export features
By default, JSON structure with parsed key value pairs will appear in the terminal. To save to a file path:
nfd export features --path features.json
To export equivalent labels outside of a Kubernetes context, you can use nfd export labels
.
nfd export labels
Or export to an output file:
nfd export labels --path labels.json