awslabs / aws-eks-cluster-controller

Manages EKS clusters in different AWS accounts using Custom Resources
Apache License 2.0
103 stars 30 forks source link

Add update functionality for Nodegroup IAM roles #86

Open Magizhchi opened 5 years ago

Magizhchi commented 5 years ago

The shouldUpdate() method currently only checks for CFN parameters, currently we cannot parameterize the IAM Roles for the nodegroups. We need to come up with a solution for this.