mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-10 18:15:57 +01:00
chore: Extend example launch_templates_with_managed_node_groups (#1667)
This commit is contained in:
committed by
GitHub
parent
b7539dc220
commit
c69c39487b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user