From a267c37d53c1c39d6489916d727063075df77841 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Sun, 18 Mar 2018 22:51:50 +0800 Subject: [PATCH] Typo fix in route53-mapper/README.md line 55: Kuberntes->Kubernetes --- addons/route53-mapper/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/route53-mapper/README.md b/addons/route53-mapper/README.md index 89c193e14f..d78c9f13cb 100644 --- a/addons/route53-mapper/README.md +++ b/addons/route53-mapper/README.md @@ -52,7 +52,7 @@ spec: ``` An `A` record for `test.mydomain.tld` will be created as an alias to the ELB -that is configured by Kuberntes (see `service.beta.kubernetes.io/aws-load- +that is configured by Kubernetes (see `service.beta.kubernetes.io/aws-load- balancer` annotations). This assumes that a hosted zone exists in Route53 for `mydomain.tld`. Any record that previously existed for that dns record will be updated.