Skip to content

Commit 3cc1091

Browse files
committed
fix(eks) expand IPs per node with IP prefixes
1 parent 08b9741 commit 3cc1091

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

core-env/eks-clusters/main.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ module "eks" {
5050
kube-proxy = {}
5151
vpc-cni = {
5252
before_compute = true
53+
most_recent = true # To ensure access to the latest settings provided
54+
configuration_values = jsonencode({
55+
env = {
56+
ENABLE_PREFIX_DELEGATION = "true"
57+
WARM_PREFIX_TARGET = "1"
58+
}
59+
})
5360
}
5461
}
5562

0 commit comments

Comments
 (0)