chore: Extend example launch_templates_with_managed_node_groups (#1667)

This commit is contained in:
Dawid Rogaczewski
2021-11-03 11:37:27 +01:00
committed by GitHub
parent b7539dc220
commit c69c39487b

View File

@@ -55,6 +55,12 @@ module "eks" {
instance_types = ["t3.large"]
capacity_type = "SPOT"
bootstrap_env = {
CONTAINER_RUNTIME = "containerd"
USE_MAX_PODS = false
}
kubelet_extra_args = "--max-pods=110"
k8s_labels = {
GithubRepo = "terraform-aws-eks"
GithubOrg = "terraform-aws-modules"