File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 7
7
* .dylib
8
8
bin
9
9
10
+ # mkdocs generated live docs
11
+ site
12
+
10
13
# Test binary, build with `go test -c`
11
14
* .test
12
15
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ AWS Load Balancer Controller supports Network Load Balancer (NLB) with IP target
3
3
4
4
## Prerequisites
5
5
* 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.
8
8
* Pods have native AWS VPC networking configured, see [ Amazon VPC CNI plugin] ( https://github.com/aws/amazon-vpc-cni-k8s )
9
9
10
10
## Configuration
You can’t perform that action at this time.
0 commit comments