Mayank

Results 2 comments of Mayank

**Workaround I used:** I replaced `Assume_role_credentials` with `instance_profile_credentials` providing [metadata ip/port](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html) for fetching default AWS creds: ``` ip_address 169.254.169.254 port 80 ``` My pods had enough permissions. I had kube2iam(_[ref](https://github.com/jtblin/kube2iam)/[more...