mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-10 11:13:38 +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:
5
examples/irsa/locals.tf
Normal file
5
examples/irsa/locals.tf
Normal file
@@ -0,0 +1,5 @@
|
||||
locals {
|
||||
cluster_name = "test-eks-irsa"
|
||||
k8s_service_account_namespace = "kube-system"
|
||||
k8s_service_account_name = "cluster-autoscaler-aws-cluster-autoscaler"
|
||||
}
|
||||
Reference in New Issue
Block a user