Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(eks*) define versions, IRSA(when required) and configuration policies for addons #277

Merged
merged 2 commits into from
Oct 24, 2022

Conversation

dduportal
Copy link
Contributor

@dduportal dduportal commented Oct 24, 2022

That one was pretty painful. No thanks to the awfull EKS documentation :'(

Protip: aws sts decode-authorization-message --encoded-message 'xxx' is quite useful to track the missing permissions from the CSI controller logs (kubectl -n kube-system logs -l app=ebs-csi-controller -c csi-provisioner -f) which prints the 403 IAM error with an encoded message. The decoded messages shows which IRSA is used, along with the missing permission.

…cies for addons

Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
@dduportal dduportal changed the title fix(eks*) define versions, IRSA(when required) and configuration poli… fix(eks*) define versions, IRSA(when required) and configuration policies for addons Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant