mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-22 08:38:25 +02: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:
10
examples/irsa/cluster-autoscaler-chart-values.yaml
Normal file
10
examples/irsa/cluster-autoscaler-chart-values.yaml
Normal file
@@ -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