tao-run-on-kubernetes
Pass
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands for environment validation and cluster interaction.
- Runs a setup script (
setup-nvidia-gpu-host.sh) to verify GPU node readiness. - Uses
kubectlto check for GPU resource availability on the cluster. - Invokes the Python interpreter to verify SDK installation and cluster connectivity via
kubeconfigor in-cluster service accounts. - [EXTERNAL_DOWNLOADS]: The skill installs necessary Python dependencies from public registries.
- Installs the
nvidia-tao-sdkpackage (including thekubernetesextra) usingpipto enable Kubernetes interaction. - Installs the standard
kubernetesPython client library. - Provides instructions for installing the NVIDIA GPU Operator via Helm from the official NVIDIA NGC repository.
Audit Metadata