File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ domain specified by the annotation `domainName=sub.mydomain.io`. Multiple
6
6
domains and top level domains are also supported:
7
7
` domainName=.mydomain.io,sub1.mydomain.io,sub2.mydomain.io ` .
8
8
9
- The project is created by wearemolecule, and maintained at
10
- [ wearemolecule/route53-kubernetes] ( https://github.com/wearemolecule/route53-kubernetes ) .
11
-
12
9
## Usage
13
10
14
11
### Deploy To Cluster
Original file line number Diff line number Diff line change @@ -44,11 +44,15 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addon
44
44
Please note that kops installs a Route53 DNS controller automatically (it is required for cluster discovery).
45
45
The functionality of the route53-mapper overlaps with the dns-controller, but some users will prefer to
46
46
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 )
48
48
49
49
route53-mapper automates creation and updating of entries on Route53 with ` A ` records pointing
50
50
to ELB-backed ` LoadBalancer ` services created by Kubernetes. Install using:
51
51
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
+
52
56
```
53
57
kubectl apply -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/route53-mapper/v1.3.0.yml
54
58
```
You can’t perform that action at this time.
0 commit comments