teamhephy / workflow

Hephy Workflow - An open source fork of Deis Workflow - The open source PaaS for Kubernetes.
MIT License
410 stars 36 forks source link

Additional policy permissions on cloudformation template needed #87

Open cyommer opened 5 years ago

cyommer commented 5 years ago

I had to add the following permissions to the cloudformation template generated by the kops create cluster command in order for the load balancer to be created:

iam:CreateServiceLinkedRole ec2:DescribeAccountAttributes

I'm not sure if that's a config I missed or something I did wrong, but following the directions in the documentation, that's what I ran in to. This may be more of a documentation issue than anything else, since this seems to be more on the kubernetes side, but I thought'd I'd bring it up, just in case.

kingdonb commented 5 years ago

ref: https://docs.teamhephy.info/quickstart/provider/aws/boot/#setting-up-iam-permission-for-kops

https://github.com/teamhephy/workflow/blob/master/src/quickstart/provider/aws/boot.md

Thank you for your report! I think these are the pages that need to be updated.