mirror of https://github.com/kubernetes/kops.git
Fix route53 mapper addon URL
Fixing a slight error -- the URL for the route53 mapper yaml file was incorrect.
This commit is contained in:
parent
bfdb4584d7
commit
b1d5ad4664
|
|
@ -42,5 +42,5 @@ Automates creation and updating of entries on Route53 with `A` records pointing
|
|||
to ELB-backed `LoadBalancer` services created by Kubernetes. Install using:
|
||||
|
||||
```
|
||||
kubectl apply -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/monitoring-standalone/v1.2.0.yaml
|
||||
kubectl apply -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/route53-mapper/v1.2.0.yml
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue