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

feat(#45): Migrate add-on from custom resource to CfnAddon construct #76

Merged
merged 1 commit into from
Mar 8, 2021

Conversation

3oris
Copy link
Contributor

@3oris 3oris commented Mar 6, 2021

In order to align this project with the progress of CloudFormation and CDK
move away from custom resources for creation of add-ons.

To migrate an exisiting cluster:

  • Remove the add-on via web console or CLI
  • re-deploy the updated stack
  • Add the add-on via web console or CLI with the pre-deployed service account role
    (same version as before, choose "resolve conflicts")

Fixes #75

In order to align this project with the progress of CloudFormation and CDK
move away from custom resources for creation of add-ons.

To migrate an exisiting cluster:
* Remove the add-on via web console or cli
* re-deploy the updated stack
* Add the add-on via web console or cli using the pre-deployed role
  (same version as before, choose "resolve conflicts")
@3oris 3oris force-pushed the feat/75-migrate-to-cfn-aws-eks-addon branch from 130f124 to fbf1258 Compare March 6, 2021 10:07
@3oris 3oris requested a review from Miradorn March 6, 2021 10:11
@Miradorn
Copy link
Contributor

Miradorn commented Mar 8, 2021

While CDK itself doesn't seems to follow the inheritance approach, like we discussed today, i do like it here, so 👍 :D

@Miradorn Miradorn merged commit 6c200cc into main Mar 8, 2021
@Miradorn Miradorn deleted the feat/75-migrate-to-cfn-aws-eks-addon branch March 8, 2021 12:15
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.

Managed Add-on: move from custom resource to AWS::EKS::Addon
2 participants