Skip to content

Commit

Permalink
Merge pull request #168 from konstructio/eks-autoscaler
Browse files Browse the repository at this point in the history
feat:add iam role annotation to eks autoscaler service account
  • Loading branch information
jokestax authored Oct 17, 2024
2 parents 389d8ae + 818d5b7 commit f172d03
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ spec:
clusterName: <CLUSTER_NAME>
awsRegion: <CLOUD_REGION>
cloudProvider: aws
rbac:
serviceAccount:
annotations:
eks.amazonaws.com/role-arn : arn:aws:iam::<AWS_ACCOUNT_ID>:role/cluster-autoscaler-<CLUSTER_NAME>
create: true
name: "cluster-autoscaler"
destination:
name: <CLUSTER_DESTINATION>
namespace: kube-system
Expand Down

0 comments on commit f172d03

Please sign in to comment.