Skip to content

Commit

Permalink
Enable event logs for vpc-cni plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Jul 11, 2024
1 parent f1518e5 commit 3e91f90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "spacelift_module" "sage-aws-eks" {

resource "spacelift_version" "sage-aws-eks-version" {
module_id = spacelift_module.sage-aws-eks.id
version_number = "0.2.3"
version_number = "0.2.4"
}

resource "spacelift_module" "sage-aws-eks-autoscaler" {
Expand Down
5 changes: 5 additions & 0 deletions modules/sage-aws-eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ module "eks" {
DISABLE_TCP_EARLY_DEMUX = "true"
}
}
NodeAgent = {
properties = {
enablePolicyEventLogs = "true"
}
}
env = {
ENABLE_POD_ENI = "true",
POD_SECURITY_GROUP_ENFORCING_MODE = "standard",
Expand Down

0 comments on commit 3e91f90

Please sign in to comment.