This tool helps you find the supported GPU driver version for a given GKE cluster version and GPU type. It automates the steps described in the official documentation for mapping GKE versions to corresponding COS and NVIDIA driver versions.
cargo run -- list-gpu-types --gke-version <CLUSTER_VERSION>cargo run -- get --gke-version <CLUSTER_VERSION> --gpu-type <GPU_TYPE>cargo run -- list-gpu-types --gke-version 1.33.5-gke.1080000cargo run -- get --gke-version 1.33.5-gke.1080000 --gpu-type NVIDIA_H100_80GB
or
cargo run -- get --gke-version v1.33.5-gke.1080000 --gpu-type NVIDIA_H100_80GB