feat: enable IRSA by default (#1849)

This commit is contained in:
Bryant Biggs
2022-02-06 14:36:34 -05:00
committed by GitHub
parent 2a47dfec16
commit 21c3802dea
7 changed files with 2 additions and 12 deletions

View File

@@ -45,8 +45,6 @@ module "eks" {
vpc_id = module.vpc.vpc_id
subnet_ids = module.vpc.private_subnets
enable_irsa = true
# You require a node group to schedule coredns which is critical for running correctly internal DNS.
# If you want to use only fargate you must follow docs `(Optional) Update CoreDNS`
# available under https://docs.aws.amazon.com/eks/latest/userguide/fargate-getting-started.html