Skip to content

Commit

Permalink
Downgrade aws vpc cni
Browse files Browse the repository at this point in the history
  • Loading branch information
nightfury1204 committed Oct 31, 2023
1 parent ef89ce4 commit 9961ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/system/aws/telemetry.tf
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ locals {
syslog = ""
tags = ""
telemetry = "false"
vpc_cni_version = "v1.13.4-eksbuild.1"
vpc_cni_version = "v1.13.3-eksbuild.1"
vpc_id = ""
whitelist = "0.0.0.0/0"
}
Expand Down
3 changes: 1 addition & 2 deletions terraform/system/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,9 @@ variable "vpc_id" {
// https://docs.aws.amazon.com/eks/latest/userguide/managing-vpc-cni.html
variable "vpc_cni_version" {
type = string
default = "v1.13.4-eksbuild.1"
default = "v1.13.3-eksbuild.1"
}

variable "whitelist" {
default = "0.0.0.0/0"
}

0 comments on commit 9961ed6

Please sign in to comment.