-
Notifications
You must be signed in to change notification settings - Fork 262
Add automated TPU support and GCS integration in TPU v6 blueprint #4755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
shubpal07
merged 1 commit into
GoogleCloudPlatform:develop
from
shubpal07:shubham/tpuv6-storage
Oct 17, 2025
Merged
Add automated TPU support and GCS integration in TPU v6 blueprint #4755
shubpal07
merged 1 commit into
GoogleCloudPlatform:develop
from
shubpal07:shubham/tpuv6-storage
Oct 17, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d5e6b96 to
69a34e4
Compare
69a34e4 to
8d97681
Compare
8d97681 to
7dff3ce
Compare
a666bcc to
2d57698
Compare
SwarnaBharathiMantena
requested changes
Oct 15, 2025
91702b0 to
b95eba7
Compare
SwarnaBharathiMantena
previously approved these changes
Oct 16, 2025
Contributor
SwarnaBharathiMantena
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
agrawalkhushi18
previously approved these changes
Oct 16, 2025
ec30c16
Making gke-node-pool module, gke-job-template module TPU compliant Adding new tpu v6 blueprint with advanced storage options
Contributor
Author
|
Checks passed. Failing tests were not linked to this PR |
ec30c16 to
ccb2721
Compare
SwarnaBharathiMantena
approved these changes
Oct 17, 2025
Contributor
SwarnaBharathiMantena
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
2d5b02d
into
GoogleCloudPlatform:develop
10 of 64 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces two major enhancements for Cloud TPU users: it makes the core GKE modules "TPU-aware" for automated job creation and adds a new blueprint for TPU v6e with GCS integration.
Problem: Deploying TPU jobs previously required manual manifest editing for resource requests, tolerations, and GKE Warden selectors.
Solution: The gke-node-pool and gke-job-template modules have been refactored. A new internal tpu-definition module centralizes TPU logic, allowing the gke-job-template to automatically generate complete and correct manifests for TPU workloads via the use: directive, eliminating all manual steps.
A new
gke-tpu-v6-gcs.yamlblueprint has been added.This production-ready example demonstrates best practices for TPU workloads, including dedicated service accounts (Workload Identity) and performance-tuned GCS FUSE mounts for training data and checkpoints, all provisioned automatically.
NOTE: Community submissions can take up to 2 weeks to be reviewed.
Please take the following actions before submitting this pull request.