From e1dcf8016b55f1d1a7d9c566b036b21462bc68e9 Mon Sep 17 00:00:00 2001 From: eutopian Date: Thu, 20 Sep 2018 15:39:08 -0400 Subject: [PATCH 1/2] Fixed link to aws elb --- docs/deploy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index e39726145..298077baa 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -78,7 +78,7 @@ nginx-ingress-controller-fdcdcd6dd-vvpgs 1/1 Running 0 11s In AWS we use an Elastic Load Balancer (ELB) to expose the NGINX Ingress controller behind a Service of `Type=LoadBalancer`. Since Kubernetes v1.9.0 it is possible to use a classic load balancer (ELB) or network load balancer (NLB) -Please check the [elastic load balancing AWS details page](https://aws.amazon.com/es/elasticloadbalancing/details/) +Please check the [elastic load balancing AWS details page](https://aws.amazon.com/elasticloadbalancing/details/) ##### Elastic Load Balancer - ELB From 8d62e4602b16bd6c8b470793bf81779dd45d0b64 Mon Sep 17 00:00:00 2001 From: eutopian Date: Thu, 20 Sep 2018 16:03:43 -0400 Subject: [PATCH 2/2] cla bump