1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-09 02:07:03 +00:00
node-feature-discovery/docs/reference/node-feature-client-reference.md
Marcin Franczyk 2208978390
Update the documentation
Signed-off-by: Marcin Franczyk <marcin0franczyk@gmail.com>
2024-12-18 20:23:52 +01:00

65 lines
1.3 KiB
Markdown

---
title: "Node Feature client cmdline reference"
layout: default
sort: 9
---
# Commandline flags of nfd client
{: .no_toc}
## Table of contents
{: .no_toc .text-delta}
1. TOC
{:toc}
---
**The client is in the experimental `v1alpha1` version.**
To quickly view available command line flags execute `nfd --help`.
### -h, --help
Print usage and exit.
## compat
Image Compatibility commands.
### validate-node
Perform node validation based on its associated image compatibility artifact.
#### --image
The `--image` flag specifies the URL of the image containing compatibility metadata.
#### --plain-http
The `--plain-http` flag forces the use of HTTP protocol for all registry communications.
Default: `false`
#### --platform
The `--platform` flag specifies the artifact platform in the format `os[/arch][/variant][:os_version]`.
#### --tags
The `--tags` flag specifies a list of tags that must match the tags
set on the compatibility objects.
#### --output-json
The `--output-json` flag prints the output as a JSON object.
#### --registry-username
The `--registry-username` flag specifies the username for the registry.
#### --registry-password-stdin
The `--registry-password-stdin` flag enables reading of registry password from stdin.
#### --registry-token-stdin
The `--registry-token-stdin` flag enables reading of registry token from stdin.