Skip to content

Commit ffe4647

Browse files
author
Luvpreet Singh
committed
update(docs): added additional instructions
1 parent 222911c commit ffe4647

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/guide/external-dns/setup.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,18 @@ 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+
<<<<<<< Updated upstream
45+
```
46+
=======
47+
```
48+
49+
## Usage:
50+
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,
51+
52+
annotations:
53+
kubernetes.io/ingress.class: alb
54+
alb.ingress.kubernetes.io/scheme: internet-facing
55+
56+
# for creating record-set
57+
external-dns.alpha.kubernetes.io/hostname: my-app.test-dns.com # give your domain name here
58+
>>>>>>> Stashed changes

0 commit comments

Comments
 (0)