diff --git a/cluster/terraform/eks.tf b/cluster/terraform/eks.tf index 1c0c671b7f..27060da732 100644 --- a/cluster/terraform/eks.tf +++ b/cluster/terraform/eks.tf @@ -28,6 +28,12 @@ module "eks" { enableNetworkPolicy = "true" }) } + coredns = { + most_recent = true + } + kube-proxy = { + most_recent = true + } } vpc_id = module.vpc.vpc_id