feat: add ap-south-2 (HYD) ECR regional-values for GPU operator#424
Open
svia3 wants to merge 1 commit into
Open
feat: add ap-south-2 (HYD) ECR regional-values for GPU operator#424svia3 wants to merge 1 commit into
svia3 wants to merge 1 commit into
Conversation
Add regional-values file for ap-south-2 so customers in Hyderabad can pull GPU operator images from the local ECR mirror (580982410692) during helm install. ECR account verified via isengardcli: aws-crescendo-dockerregistry+prod-hyd-service
nathanng17
approved these changes
May 28, 2026
aviruthen
approved these changes
May 29, 2026
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
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.
Add regional-values file for ap-south-2 so customers in Hyderabad can pull GPU operator images from the local ECR mirror (580982410692) during helm install.
ECR account verified via isengardcli: aws-crescendo-dockerregistry+prod-hyd-service
What's changing and why?
Adding
values-ap-south-2.yamlto the GPU operator regional-values directory. This is part of the Crescendo region expansion to ap-south-2 (Hyderabad). The ImageReplicator pipeline already replicates GPU operator images to the HYD DockerRegistry ECR account (580982410692), but the helm chart was missing the regional-values file that tells customers where to pull from.Without this file, customers in ap-south-2 cannot install the GPU operator via the HyperPod helm chart — the CLI has no ECR URI to resolve for that region.
Before/After UX
Before:
Customers in ap-south-2 attempting to install GPU operator via
hyperpod connect-clusteror direct helm install get an error because no regional-values file exists for their region.After:
Customers in ap-south-2 can install the GPU operator normally. The helm chart resolves image pulls to
580982410692.dkr.ecr.ap-south-2.amazonaws.com(the Crescendo-managed ECR mirror in HYD).How was this change tested?
580982410692) viaisengardcli cat→ confirmsaws-crescendo-dockerregistry+prod-hyd-serviceAre unit tests added?
N/A — config-only change (YAML values file).
Are integration tests added?
N/A — GPU partitioning integration tests cannot run in ap-south-2 due to lack of MIG-compatible instance types (p4/p5 not available in HYD). Manual testing will be performed once capacity is available.
Reviewer Guidelines
One of the following must be true: