Typo fix in route53-mapper/README.md

line 55: Kuberntes->Kubernetes
This commit is contained in:
AdamDang 2018-03-18 22:51:50 +08:00 committed by GitHub
parent 98ba08f496
commit a267c37d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ spec:
``` ```
An `A` record for `test.mydomain.tld` will be created as an alias to the ELB 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 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 `mydomain.tld`. Any record that previously existed for that dns record will be
updated. updated.