Skip to content

Commit

Permalink
Merge pull request #1 from luvpreetsingh/update-docs/create-record-set
Browse files Browse the repository at this point in the history
update-docs(create-record-set)
  • Loading branch information
luvpreetsingh authored Jun 19, 2019
2 parents 222911c + 31a3bd2 commit 479301c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/guide/external-dns/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,14 @@ Adequate roles and policies must be configured in AWS and available to the node(
```
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}"
time="2017-09-19T02:51:54Z" level=info msg="Connected to cluster at https://10.3.0.1:443"
```
```

## Usage:
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,

annotations:
kubernetes.io/ingress.class: alb
alb.ingress.kubernetes.io/scheme: internet-facing

# for creating record-set
external-dns.alpha.kubernetes.io/hostname: my-app.test-dns.com

0 comments on commit 479301c

Please sign in to comment.