From 2577491930f7f42a0066dc084438e10ba41cf0a1 Mon Sep 17 00:00:00 2001 From: Kishor Joshi Date: Fri, 14 May 2021 17:12:04 -0700 Subject: [PATCH] nlb doc: use relative link, fix formatting (#2010) --- docs/guide/service/nlb.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/service/nlb.md b/docs/guide/service/nlb.md index ed7d54d5d..250c9cb36 100644 --- a/docs/guide/service/nlb.md +++ b/docs/guide/service/nlb.md @@ -10,8 +10,8 @@ IP target mode supports pods running on AWS EC2 instances and AWS Fargate. In th * AWS LoadBalancer Controller >= v2.2.0 * Kubernetes >= v1.16 for Service type `NodePort` * Kubernetes >= v1.20 or EKS >= 1.16 or the following patch releases for Service type `LoadBalancer` - - 1.18.18+ for 1.18 - - 1.19.10+ for 1.19 + - 1.18.18+ for 1.18 + - 1.19.10+ for 1.19 * Pods have native AWS VPC networking configured, see [Amazon VPC CNI plugin](https://github.com/aws/amazon-vpc-cni-k8s) !!!note "secure by default" @@ -77,7 +77,7 @@ service.beta.kubernetes.io/aws-load-balancer-proxy-protocol: "*" ``` ## Subnet tagging requirements -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. +See [Subnet Discovery](../../deploy/subnet_discovery.md) for details on configuring ELB for public or private placement. ## Security group