From f37e6269ad90141b7c2d91fc1aedacd5f59f3b56 Mon Sep 17 00:00:00 2001 From: Karthikeya Viswanath Date: Wed, 6 Oct 2021 09:54:06 +0100 Subject: [PATCH 1/2] docs: add nlb documentation page reference for aws --- content/en/docs/concepts/services-networking/service.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index ff30adf088..eee679bf8c 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -1072,6 +1072,9 @@ in those modified security groups. {{< /note >}} +Further documentation on annotations for Elastic IPs and other common use-cases may be found +on the [AWS Load Balancer Controller documentation](https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/guide/ingress/annotations/). + #### Other CLB annotations on Tencent Kubernetes Engine (TKE) There are other annotations for managing Cloud Load Balancers on TKE as shown below. From 7dd48726df58cab0af6c3631844d11eaccffcc19 Mon Sep 17 00:00:00 2001 From: Karthikeya Viswanath <1814422+paranoidsp@users.noreply.github.com> Date: Mon, 11 Oct 2021 19:17:05 +0530 Subject: [PATCH 2/2] fix: correct the url Co-authored-by: Tim Bannister --- content/en/docs/concepts/services-networking/service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index eee679bf8c..4f8eb45f38 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -1073,7 +1073,7 @@ in those modified security groups. {{< /note >}} Further documentation on annotations for Elastic IPs and other common use-cases may be found -on the [AWS Load Balancer Controller documentation](https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/guide/ingress/annotations/). +in the [AWS Load Balancer Controller documentation](https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/guide/service/annotations/). #### Other CLB annotations on Tencent Kubernetes Engine (TKE)