Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit dee18dd

Browse files
docs: update dependency for NLB implementation (#23)
1 parent 5fed5fe commit dee18dd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ It is required that an OpenID connect provider [has already been created](https:
1414

1515
Just make sure that you set the variable `k8s_cluster_type` to `eks` type if running on EKS.
1616

17+
Using the NLB functionality requires that you also install the AWS VPC CNI add-on, like this:
18+
```hcl
19+
resource "aws_eks_addon" "vpc-cni" {
20+
cluster_name = "<my-k8s-cluster-id>"
21+
addon_name = "vpc-cni"
22+
}
23+
```
24+
1725
## Examples
1826

1927
### EKS deployment

0 commit comments

Comments
 (0)