-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: Not really breaking but it is better to make a new version. Modules are now simpler to use: - Kiam is now mandatory if using `eks-addons` that require it. There is no more support for using addons that need IAM permission without Kiam. All addons related IAM permissions have been removed from the `eks` module. There are no more controller pool or policies attachements for specific addons in the `eks` module. - Kiam use an IAM user, there is no controller node pool anymore or node pool policy attachement for Kiam. All Kiam related IAM permissions have been removed from `eks` module. - Kiam resource creation is now handle directly in `eks-addons` module. This will help in making the `eks-addons` module a standalone module independent from `eks` module. - All addons and charts have been bumped to their latest version. Check README for a supported migration path. Signed-off-by: ArchiFleKs <[email protected]>
- Loading branch information
1 parent
86db318
commit c6d999f
Showing
33 changed files
with
1,123 additions
and
1,367 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.