kubernetes-sigs/cluster-api-provider-aws
View on GitHubRole creation for use with EKS addons
Open
#2,219 opened on Jan 18, 2021
area/provider/ekshelp wantedkind/featurelifecycle/stalepriority/backlog
Repository metrics
- Stars
- (723 stars)
- PR merge metrics
- (PR metrics pending)
Description
/kind feature /area provider/eks /help
Describe the solution you'd like I would like a way for CAPA to create a role with the required permissions for use with EKS addons. Currently, you need to create the role outside of CAPA and supply the ARN when declaring the addon.
There would be significant UX benefits from this.
Relates to #2139