mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
Add example for IRSA and cluster-autoscaler (#710)
* Add example for IRSA * remove unused SGs * remove helm setup part * simplification and use module * fix fmt error * remove unused resource
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
awsRegion: us-west-2
|
||||
|
||||
rbac:
|
||||
create: true
|
||||
serviceAccountAnnotations:
|
||||
eks.amazonaws.com/role-arn: "arn:aws:iam::<ACCOUNT ID>:role/cluster-autoscaler"
|
||||
|
||||
autoDiscovery:
|
||||
clusterName: test-eks-irsa
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user