xpk (Accelerated Processing Kit, pronounced x-p-k,) is a software tool to help Cloud developers to orchestrate training jobs on accelerators such as TPUs and GPUs on GKE.
Apache License 2.0
81
stars
23
forks
source link
Dynamically determine GKE Version for Cluster and Node Pool Creation #135
Determine the GKE version based on gcloud recommended versions
Support addition node pools with the correct version (use the cluster's master version) instead of accidently using a new version by default
Support --gke-version=x to override the default behavior.
This is super useful as xpk no longer has to change their gke version it uses whenever it disappears as a gke master version AND xpk will no longer by default recommend bad node pool versions.
Testing / Documentation
Testing details.
[ y ] Tests pass
[ y ] Appropriate changes to documentation are included in the PR
Fixes / Features
This is super useful as xpk no longer has to change their gke version it uses whenever it disappears as a gke master version AND xpk will no longer by default recommend bad node pool versions.
Testing / Documentation
Testing details.