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 96db888 commit 36f0f3d
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 36f0f3d

Please sign in to comment.