Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Added configuration to enable NetworkPolcies via the aws-cni EKS add-on
Browse files Browse the repository at this point in the history
  • Loading branch information
sflanker committed May 9, 2024
1 parent 3cb451b commit aed6181
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,11 @@ module "eks" {
cluster_addons = {
eks-pod-identity-agent = {
most_recent = true
},
vpc-cni = {
addon_version = "v1.16.2-eksbuild.1"
configuration_values = "{\"enableNetworkPolicy\": \"true\"}"
before_compute = true
}
}

Expand Down

0 comments on commit aed6181

Please sign in to comment.