You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix `kubectl logs` exmaple command since `external-dns` being deployed in
`default` namespace with provided sample manifest
* update the container args example
* update the logs output example and add the recordset creation log
Copy file name to clipboardExpand all lines: docs/guide/external-dns/setup.md
+25-12Lines changed: 25 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@
6
6
Adequate roles and policies must be configured in AWS and available to the node(s) running the external-dns. See https://github.com/kubernetes-incubator/external-dns/blob/master/docs/tutorials/aws.md#iam-permissions.
To create a record setin the subdomain, from your ingress which has been created by the ingress-controller, simply add the following annotation in the ingress object specification,
49
+
## Usage
50
+
1. To create a record setin the subdomain, from your ingress which has been created by the ingress-controller, simply add the following annotation in the ingress object specification and apply the manifest:
48
51
52
+
```yaml
49
53
annotations:
50
54
kubernetes.io/ingress.class: alb
51
55
alb.ingress.kubernetes.io/scheme: internet-facing
52
56
53
57
# for creating record-set
54
58
external-dns.alpha.kubernetes.io/hostname: my-app.test-dns.com # give your domain name here
59
+
```
60
+
61
+
2. Similar entries should appear in the ExternalDNS pod log:
0 commit comments