/karpenter-attach-iam-role Secret
Created
May 9, 2023 14:45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Attach Policy to the role | |
aws iam attach-role-policy --role-name karpenter-irsa \ | |
--policy-arn <arn_of_karpenter_irsa_policy> | |
# Annotate service account with arn of role | |
kubectl annotate serviceaccount -n karpenter \ | |
karpenter-irsa eks.amazonaws.com/role-arn=<arn_of_karpenter_irsa_role> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment