Changes by Kind
Feature
- The driver now discovers the TPU chip count, device directory and single host topology from the hardware, and resolves the accelerator type from the driver configuration, the host tpu-env file, the cloud metadata server or the node labels, so it runs in any Kubernetes cluster. (#34, @aojea)
Bug or Regression
- Fixed TPU preparation rejecting a complete TPU allocation when the same ResourceClaim also holds a device owned by another DRA driver. (#25, @thc1006)
Other (Cleanup or Flake)
- Security: Restricted the DaemonSet ServiceAccount token mount exclusively to the
tpu-dra-plugin(#42, @troychiu)
Artifacts
Container Images
registry.k8s.io/dra-driver-google/dra-driver-google-tpu:v0.2.0
Helm Chart
oci://registry.k8s.io/dra-driver-google/charts/dra-driver-google-tpu:0.2.0
New Contributors
- @aojea made their first contribution in #21
- @thc1006 made their first contribution in #25
- @harche made their first contribution in #27
Full Changelog: v0.1.0...v0.2.0