NVIDIA / k8s-dra-driver

Dynamic Resource Allocation (DRA) for NVIDIA GPUs in Kubernetes
Apache License 2.0
195 stars 36 forks source link

Use go to manage build image dependencies #138

Open elezar opened 1 week ago

elezar commented 1 week ago

This change manages tooling dependencies using go instead of relying on the k8s-test-infra image.

This allows for the image and tooling dependencies to be updated independently.

See also https://github.com/NVIDIA/k8s-device-plugin/pull/798