Skip to content

Commit 7571885

Browse files
author
Leandro Repolho
committed
Add reference to Route53 Addon Mantainer
I'm also adding a link to improved installing instructions at addons/route53-mapper/README.md
1 parent 77bf343 commit 7571885

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Diff for: addons/route53-mapper/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ domain specified by the annotation `domainName=sub.mydomain.io`. Multiple
66
domains and top level domains are also supported:
77
`domainName=.mydomain.io,sub1.mydomain.io,sub2.mydomain.io`.
88

9-
The project is created by wearemolecule, and maintained at
10-
[wearemolecule/route53-kubernetes](https://github.com/wearemolecule/route53-kubernetes).
11-
129
## Usage
1310

1411
### Deploy To Cluster

Diff for: docs/addons.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,15 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addon
4444
Please note that kops installs a Route53 DNS controller automatically (it is required for cluster discovery).
4545
The functionality of the route53-mapper overlaps with the dns-controller, but some users will prefer to
4646
use one or the other.
47-
[Official README for Addon](https://github.com/wearemolecule/route53-kubernetes/blob/master/README.md)
47+
[README for the included dns-controller](https://github.com/kubernetes/kops/blob/master/dns-controller/README.md)
4848

4949
route53-mapper automates creation and updating of entries on Route53 with `A` records pointing
5050
to ELB-backed `LoadBalancer` services created by Kubernetes. Install using:
5151

52+
The project is created by wearemolecule, and maintained at
53+
[wearemolecule/route53-kubernetes](https://github.com/wearemolecule/route53-kubernetes).
54+
[Usage instructions](addons/route53-mapper/README.md)
55+
5256
```
5357
kubectl apply -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/route53-mapper/v1.3.0.yml
5458
```

0 commit comments

Comments
 (0)