Skip to content

Commit

Permalink
chore: 🤖 upgrade vpc-cni 1.28 and disable subnet discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Jun 6, 2024
1 parent af019b6 commit 26207c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ variable "addon_create_coredns" {
}

variable "addon_vpc_cni_version" {
default = "v1.17.1-eksbuild.1"
default = "v1.18.1-eksbuild.3"
description = "Version for addon_create_vpc_cni"
type = string
}
Expand Down
1 change: 1 addition & 0 deletions vpc-cni.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ resource "aws_eks_addon" "vpc_cni" {
# Configure cni daemonset to support higher pod density https://docs.aws.amazon.com/eks/latest/userguide/cni-increase-ip-addresses.html
ENABLE_PREFIX_DELEGATION = "true"
WARM_PREFIX_TARGET = "1"
ENABLE_SUBNET_DISCOVERY = "false" # https://github.com/aws/amazon-vpc-cni-k8s/blob/8f9253e2e4452fe0e9e6a26a05675c8b7ae7a8fe/README.md?plain=1#L548
}
})

Expand Down

0 comments on commit 26207c3

Please sign in to comment.