Skip to content

Commit

Permalink
Update proxy-network.md (kedacore#1059)
Browse files Browse the repository at this point in the history
terraform-aws-modules/terraform-aws-eks#2399 eliminated the need of adding additional rule to security groups.

Signed-off-by: Timur Bakeyev <[email protected]>
  • Loading branch information
b-a-t authored Feb 2, 2023
1 parent 68a67e4 commit 91526e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/troubleshooting/proxy-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,5 @@ module "eks" {
}
}
```

As of version `19.6.0` of the `terraform-aws-modules/eks/aws` module it is enough to have `node_security_group_enable_recommended_rules` option enabled(default) to get neccessary security group ingress rule.

0 comments on commit 91526e2

Please sign in to comment.