Skip to content

Commit

Permalink
Update text/0605-eks-rewrite.md
Browse files Browse the repository at this point in the history
Co-authored-by: Eli Polonsky <epolon@amazon.com>
  • Loading branch information
xazhao and iliapolo authored Nov 19, 2024
1 parent b1da241 commit 43f64eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0605-eks-rewrite.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Compared to the original EKS module, it has following major changes:
- Use native L1 `AWS::EKS::Cluster` resource to replace custom resource `Custom::AWSCDK-EKS-Cluster`
- Use native L1 `AWS::EKS::FargateProfile` resource to replace custom resource `Custom::AWSCDK-EKS-FargateProfile`
- `Kubectl Handler` will not be created by default. It will only be created if users specify it.
- Deprecate `AwsAuth` construct. Permissions to the cluster will be managed by Access Entry.
- Remove `AwsAuth` construct. Permissions to the cluster will be managed by Access Entry.
- Remove the limit of 1 cluster per stack
- Remove nested stacks
- API changes to make them more ergonomic.
Expand Down

0 comments on commit 43f64eb

Please sign in to comment.