Skip to content

Commit

Permalink
add annotations for autoscaler sa
Browse files Browse the repository at this point in the history
  • Loading branch information
jokestax authored and mrsimonemms committed Oct 24, 2024
1 parent cec1c36 commit 2531677
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,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 2531677

Please sign in to comment.