Skip to content

Commit 31a3bd2

Browse files
author
Luvpreet Singh
committed
update-docs(create-record-set)
added docs which explains how to create record set in Route53 using annotations in ingress object
1 parent 222911c commit 31a3bd2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/guide/external-dns/setup.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,14 @@ Adequate roles and policies must be configured in AWS and available to the node(
4141
```
4242
time="2017-09-19T02:51:54Z" level=info msg="config: &{Master: KubeConfig: Sources:[service ingress] Namespace: FQDNTemplate: Compatibility: Provider:aws GoogleProject: DomainFilter:[] AzureConfigFile:/etc/kuberne tes/azure.json AzureResourceGroup: Policy:upsert-only Registry:txt TXTOwnerID:my-identifier TXTPrefix: Interval:1m0s Once:false DryRun:false LogFormat:text MetricsAddress::7979 Debug:false}"
4343
time="2017-09-19T02:51:54Z" level=info msg="Connected to cluster at https://10.3.0.1:443"
44-
```
44+
```
45+
46+
## Usage:
47+
To create a record set in the subdomain, from your ingress which has been created by the ingress-controller, simply add the following annotation in the ingress object specification,
48+
49+
annotations:
50+
kubernetes.io/ingress.class: alb
51+
alb.ingress.kubernetes.io/scheme: internet-facing
52+
53+
# for creating record-set
54+
external-dns.alpha.kubernetes.io/hostname: my-app.test-dns.com

0 commit comments

Comments
 (0)