Skip to content

Commit

Permalink
Fix unreachable internet for node groups created from launch template
Browse files Browse the repository at this point in the history
  • Loading branch information
vradicevicds committed Jan 30, 2025
1 parent c5c392a commit 786b8c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions k8s.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ module "eks" {
cloudwatch_log_group_kms_key_id = aws_kms_key.kms_key_cloudwatch_log_group.arn
cloudwatch_log_group_retention_in_days = var.cloudwatch_retention
managed_node_groups = merge(local.default_managed_node_pools, var.gpuNodePool ? local.gpu_node_pool : {}, var.ivsGpuNodePool ? local.ivsgpu_node_pool : {})
# only primary cluster securty group is used for node groups
create_node_security_group = false
create_cluster_security_group = false
}

data "aws_eks_node_group" "default" {
Expand Down

0 comments on commit 786b8c7

Please sign in to comment.