Skip to content
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

Migrate to v5 blueprints #779

Merged
merged 3 commits into from
Aug 28, 2023
Merged

Migrate to v5 blueprints #779

merged 3 commits into from
Aug 28, 2023

Conversation

ananth102
Copy link
Contributor

@ananth102 ananth102 commented Aug 15, 2023

Which issue is resolved by this Pull Request:
Resolves #775

Description of your changes:

Upgrade to v5 blueprints for the eks addons

Major changes:

  1. v5 does not have an option to enable the ebs csi driver, will need to do with the help of another module
  2. v5 does not have an option for enabling the nvidia plugin, an operator is used instead.
  3. V5/V4 parameters are different.

Testing:

  • Unit tests pass
  • e2e tests pass - WIP Cognito, rds-s3-static, rds/s3-irsa passes, efs/fsx look fine manually. Need to test nvidia.
  • Details about new tests (If this PR adds a new feature)
  • Details about any manual tests performed

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.


eks_cluster_id = module.eks_blueprints.eks_cluster_id
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this field removed in latest versions?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deployments/rds-s3/terraform/main.tf Outdated Show resolved Hide resolved
Copy link
Contributor

@surajkota surajkota left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR lgtm, although there is a miss in previous RDS version update PR, see - #785 (comment)

I will leave it to you if you want to open separate PR if thats easier

@ananth102 ananth102 merged commit 181bda5 into awslabs:main Aug 28, 2023
rakuto pushed a commit to tne-ai/kubeflow-manifests that referenced this pull request Sep 27, 2023
**Which issue is resolved by this Pull Request:**
Resolves awslabs#775

**Description of your changes:**

Upgrade to v5 blueprints for the eks addons

Major changes:

1. v5 does not have an option to enable the ebs csi driver, will need to
do with the help of another module
2. v5 does not have an option for enabling the nvidia plugin, an
operator is used instead.
3. V5/V4 parameters are different.

**Testing:**
- [ ] Unit tests pass
- [x] e2e tests pass - Cognito, rds-s3-static, rds/s3-irsa passes,
efs/fsx look fine manually. Need to test nvidia.
- Details about new tests (If this PR adds a new feature)
- Details about any manual tests performed - GPU testing

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing permissions for alb-load-balancer-controller sa
3 participants