We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00cfff9 commit 9789c59Copy full SHA for 9789c59
infra/aws/terraform/kops-infra-ci/eks.tf
@@ -54,8 +54,16 @@ module "eks" {
54
most_recent = true
55
}
56
vpc-cni = {
57
+ before_compute = true
58
59
service_account_role_arn = module.vpc_cni_irsa.iam_role_arn
60
+ # Reference docs https://docs.aws.amazon.com/eks/latest/userguide/cni-increase-ip-addresses.html
61
+ configuration_values = jsonencode({
62
+ env = {
63
+ ENABLE_PREFIX_DELEGATION = "true"
64
+ WARM_PREFIX_TARGET = "1"
65
+ }
66
+ })
67
68
aws-ebs-csi-driver = {
69
0 commit comments