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:
Max Williams
2020-01-30 15:21:20 +01:00
committed by GitHub
parent cca389abab
commit 9032dce006
8 changed files with 224 additions and 0 deletions

View 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