mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-26 19:31:06 +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"]
|
instance_types = ["t3.large"]
|
||||||
capacity_type = "SPOT"
|
capacity_type = "SPOT"
|
||||||
|
|
||||||
|
bootstrap_env = {
|
||||||
|
CONTAINER_RUNTIME = "containerd"
|
||||||
|
USE_MAX_PODS = false
|
||||||
|
}
|
||||||
|
kubelet_extra_args = "--max-pods=110"
|
||||||
k8s_labels = {
|
k8s_labels = {
|
||||||
GithubRepo = "terraform-aws-eks"
|
GithubRepo = "terraform-aws-eks"
|
||||||
GithubOrg = "terraform-aws-modules"
|
GithubOrg = "terraform-aws-modules"
|
||||||
|
|||||||
Reference in New Issue
Block a user