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

add cdk support for private subnets detection #295

Merged
merged 1 commit into from
Aug 4, 2022

Conversation

theofpa
Copy link
Contributor

@theofpa theofpa commented Jul 16, 2022

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

Description of your changes:
CDK generated EKS clusters have a different tag than eksctl generated ones, so with this change we also cover that RDS will have a subnet group of the private subnets and not fail.

Testing:

  • Unit tests pass
  • e2e tests pass
  • 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.

@surajkota
Copy link
Contributor

@theofpa Thanks for the contribution. Is there a way to reproduce this? Did you use EKS blueprints to create the cluster?

@theofpa
Copy link
Contributor Author

theofpa commented Jul 21, 2022

I've just used the Cluster construct from the aws_eks module and the subnets tagging was the first problem to observe, hence this fix. It would be interesting to have a complete kubeflow deployment with cdk indeed, maybe also make it part of the testing initiative.

@surajkota surajkota merged commit 42dd822 into awslabs:main Aug 4, 2022
surajkota pushed a commit to surajkota/kubeflow-manifests that referenced this pull request Aug 6, 2022
surajkota pushed a commit to surajkota/kubeflow-manifests that referenced this pull request Aug 6, 2022
surajkota added a commit that referenced this pull request Aug 6, 2022
* Set s3 endpoint in workflow-controller-configmap from pipeline-install-config (#291)

* Added support for non-root EFS files ownership (#268)

* Updated documentation about EFS permissions

* Added gid & uid to auto efs script

* Updated EFS CSI driver to v1.4.0

* feat/267 Updated documentation about EFS & added default value for uid & gid

* Update kserve.md (#304)

* update: Adding a missing preposition in cognito guide (#307)

The preposition "to" was missing in cognito guide

* add cdk support for private subnets detection (#295)

Co-authored-by: rrrkharse <91350438+rrrkharse@users.noreply.github.com>
Co-authored-by: Alexandre Brown <26939775+AlexandreBrown@users.noreply.github.com>
Co-authored-by: Gitesh Shinde <gitesh.shinde907@gmail.com>
Co-authored-by: Jobin <76947418+kjvjobin@users.noreply.github.com>
Co-authored-by: Theofilos Papapanagiotou <theofilos@gmail.com>
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.

auto rds setup failure
3 participants