feat: Add g7e instance types to HyperPod helm chart#380
Open
PremiumSpider wants to merge 1 commit intoaws:mainfrom
Open
feat: Add g7e instance types to HyperPod helm chart#380PremiumSpider wants to merge 1 commit intoaws:mainfrom
PremiumSpider wants to merge 1 commit intoaws:mainfrom
Conversation
Add g7e instance types to values.yaml: - nvidia-device-plugin nodeAffinity: all 6 g7e sizes - aws-efa-k8s-device-plugin supportedInstanceLabels: 4 EFA-capable g7e sizes (8xlarge, 12xlarge, 24xlarge, 48xlarge)
jam-jee
approved these changes
Mar 6, 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.
What's changing and why?
Adding g7e instance types to the HyperPod helm chart
values.yamlto enable g7e support on EKS clusters.Without this change, users cannot install the HyperPod helm charts on EKS clusters with g7e nodes because:
Changes:
nvidia-device-pluginnodeAffinity: added all 6 g7e sizes (2xlarge, 4xlarge, 8xlarge, 12xlarge, 24xlarge, 48xlarge)aws-efa-k8s-device-pluginsupportedInstanceLabels: added 4 EFA-capable g7e sizes (8xlarge, 12xlarge, 24xlarge, 48xlarge)EFA support verified via
aws ec2 describe-instance-types:Before/After UX
Before: Helm chart installation on g7e EKS clusters results in NVIDIA device plugin pods not being scheduled on g7e nodes, and EFA devices not being recognized.
After: NVIDIA device plugin is correctly scheduled on all g7e nodes, and EFA device plugin recognizes EFA-capable g7e instances.
How was this change tested?
Config-only change (YAML values). Verified instance types and EFA support via
aws ec2 describe-instance-types.Are unit tests added?
N/A — config-only change, no code logic modified.
Are integration tests added?
N/A — config-only change.
Reviewer Guidelines
One of the following must be true: