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
Copy file name to clipboardExpand all lines: docs/guide/integrations/external_dns.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
## Prerequisites
5
5
### Role Permissions
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-sigs/external-dns/blob/master/docs/tutorials/aws.md#iam-permissions.
6
+
Adequate roles and policies must be configured in AWS and available to the node(s) running the external-dns. See [external-dns tutorial](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/aws.md#iam-permissions).
7
7
8
8
## Installation
9
9
1. Download sample `external-dns` manifest
@@ -51,7 +51,6 @@ Adequate roles and policies must be configured in AWS and available to the node(
51
51
52
52
```yaml
53
53
annotations:
54
-
kubernetes.io/ingress.class: alb
55
54
alb.ingress.kubernetes.io/scheme: internet-facing
56
55
57
56
# external-dns specific configuration for creating route53 record-set
0 commit comments