Skip to content

Commit 2577491

Browse files
authored
nlb doc: use relative link, fix formatting (#2010)
1 parent 68c417a commit 2577491

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guide/service/nlb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ IP target mode supports pods running on AWS EC2 instances and AWS Fargate. In th
1010
* AWS LoadBalancer Controller >= v2.2.0
1111
* Kubernetes >= v1.16 for Service type `NodePort`
1212
* Kubernetes >= v1.20 or EKS >= 1.16 or the following patch releases for Service type `LoadBalancer`
13-
- 1.18.18+ for 1.18
14-
- 1.19.10+ for 1.19
13+
- 1.18.18+ for 1.18
14+
- 1.19.10+ for 1.19
1515
* Pods have native AWS VPC networking configured, see [Amazon VPC CNI plugin](https://github.com/aws/amazon-vpc-cni-k8s)
1616

1717
!!!note "secure by default"
@@ -77,7 +77,7 @@ service.beta.kubernetes.io/aws-load-balancer-proxy-protocol: "*"
7777
```
7878

7979
## Subnet tagging requirements
80-
See [Subnet Discovery](https://kubernetes-sigs.github.io/aws-load-balancer-controller/guide/controller/subnet_discovery/) for details on configuring ELB for public or private placement.
80+
See [Subnet Discovery](../../deploy/subnet_discovery.md) for details on configuring ELB for public or private placement.
8181

8282

8383
## Security group

0 commit comments

Comments
 (0)