Conversation
nghtm
reviewed
Nov 20, 2025
Contributor
There was a problem hiding this comment.
Went to try to deploy with updates, but not clear what custom.tfvars values need to be set for RIG deployment. Can we update the readme with an example to test?
I believe it should be:
cat > custom.tfvars << EOL
kubernetes_version = "1.32"
eks_cluster_name = "my-eks-cluster"
hyperpod_cluster_name = "my-hp-rig-cluster"
resource_name_prefix = "hp-eks-rig-test"
aws_region = "us-east-1"
availability_zone_id = "use1-az6"
restricted_instance_groups = {
accelerated-instance-group-1 = {
instance_type = "ml.g5.12xlarge",
instance_count = 1,
ebs_volume_size_in_gb = 100,
threads_per_core = 2,
enable_stress_check = false,
enable_connectivity_check = false,
lifecycle_script = "on_create.sh"
fsxl_per_unit_storage_throughput = 250
fsxl_size_in_gi_b = 2400
}
}
EOL
Contributor
Author
|
@nghtm I've updated the README.md with a detailed RIG section. There is an example rig_custom.tfvars file that can be used as a reference. |
nghtm
approved these changes
Nov 21, 2025
KeitaW
pushed a commit
that referenced
this pull request
Feb 17, 2026
* updates to hyperpod cluster and helm chart modules for RIG support * updates to IAM exec role for RIG * added booleans for autoscaling, automatic node recovery, and continuous provisioning * changes made from testing RIG deployment * adding karpenter role and policy for autoscaling * converged private subnet routing and added override_vpc_config for RIG * added SQS and Lambda VPC endpoints for RFT with RIG * updated readme for RIG and scoped down Lambda/SQS permissions
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.
Issue #, if available:
Description of changes:
Added conditional boolean variables to intelligently modify helm chart instillations, modify coredns and vpc cni plugins, extend execution role permissions, and add lambda and sqs vpc endpoints based on restricted instance group configuration.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.