docs: Clarify usage of both AWS-Managed Node Groups and Self-Managed Worker Groups (#1094)

This commit is contained in:
Thierno IB. BARRY
2020-11-12 10:53:37 +01:00
committed by GitHub
parent 63217467a9
commit e5d26e1dcc
2 changed files with 21 additions and 0 deletions

View File

@@ -112,6 +112,21 @@ module "eks" {
}
}
# Create security group rules to allow communication between pods on workers and pods in managed node groups.
# Set this to true if you have AWS-Managed node groups and Self-Managed worker groups.
# See https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1089
# worker_create_cluster_primary_security_group_rules = true
# worker_groups_launch_template = [
# {
# name = "worker-group-1"
# instance_type = "t2.small"
# asg_desired_capacity = 2
# public_ip = true
# }
# ]
map_roles = var.map_roles
map_users = var.map_users
map_accounts = var.map_accounts