Skip to content

Commit 70468de

Browse files
authored
Update prerequisites for NLB-IP mode (#1625)
1 parent 3265d5c commit 70468de

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
*.dylib
88
bin
99

10+
# mkdocs generated live docs
11+
site
12+
1013
# Test binary, build with `go test -c`
1114
*.test
1215

docs/guide/service/nlb_ip_mode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ AWS Load Balancer Controller supports Network Load Balancer (NLB) with IP target
33

44
## Prerequisites
55
* AWS LoadBalancer Controller >= v2.0.0
6-
* Kubernetes >= v1.14 for Service type NodePort.
7-
* Kubernetes >= v1.20 for Service type LoadBalancer.
6+
* Kubernetes >= v1.15 for Service type NodePort.
7+
* Kubernetes >= v1.20 or EKS >= 1.18 for Service type LoadBalancer.
88
* Pods have native AWS VPC networking configured, see [Amazon VPC CNI plugin](https://github.com/aws/amazon-vpc-cni-k8s)
99

1010
## Configuration

0 commit comments

Comments
 (0)