mirror of https://github.com/kubernetes/kops.git
Typo fix in route53-mapper/README.md
line 55: Kuberntes->Kubernetes
This commit is contained in:
parent
98ba08f496
commit
a267c37d53
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue