NVIDIA/kubectl-nv
Go
Captured source
source ↗NVIDIA/kubectl-nv
Description: Kubectl NV plugin, a tool for managing NVIDIA objects on a kubernetes cluster.
Language: Go
License: Apache-2.0
Stars: 11
Forks: 4
Open issues: 5
Created: 2024-02-20T17:39:38Z
Pushed: 2026-06-18T18:22:44Z
Default branch: main
Fork: no
Archived: no
README:
NVIDIA kubectl-nv
A kubectl plugin for NVIDIA-powered Kubernetes clusters.
See the full documentation at [docs/README.md](docs/README.md)
kubectl-nv
Kubectl NV plugin, a tool for managing NVIDIA objects on a kubernetes cluster. The kubectl-nv plugin is based on https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/, meaning, once installed into the user's $PATH it will become part of the kubectl command line. As "kubectl nv".
Currently, when a user faces a malfunction on their kubernetes cluster, users are directed to the documentations page where they are asked to run multiple commands, and if those commands fail to expose the root cause, users are asked to run a must-gather bash script and send the resulting files to support for analysis. With the kubectl nv plugin, users will be able to troubleshoot GPU nodes and clusters from a single command line tool, with customized options, making it easier for them to locally troubleshoot, and if given the case, to produce the files once generated by must-gather.
The kubectl plugin will provide the following troubleshooting commands:
adm
must-gather
kubectl nv adm must-gather --help NAME: kubectl-nv adm must-gather - collects the information from your cluster that is most likely needed for debugging issues USAGE: kubectl-nv adm must-gather [command options] [arguments...] OPTIONS: --kubeconfig value, -k value path to kubeconfig file (default: "-") [$KUBECONFIG] --artifacts-dir value path to the directory where the artifacts will be stored. Defaults to /tmp/nvidia-gpu-operator_ [$ARTIFACT_DIR] --help, -h show help
Notability
notability 3.0/10Minor Kubernetes plugin with low traction