From 07fe92fdcbde18e39d4d25a7730637b553dd23d2 Mon Sep 17 00:00:00 2001 From: ArcoKim Date: Fri, 23 Feb 2024 00:14:51 +0900 Subject: [PATCH] docs : update external-dns example --- docs/guide/integrations/external_dns.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/guide/integrations/external_dns.md b/docs/guide/integrations/external_dns.md index 70f611bcb..f8e5a6d44 100644 --- a/docs/guide/integrations/external_dns.md +++ b/docs/guide/integrations/external_dns.md @@ -3,7 +3,7 @@ ## Prerequisites ### Role Permissions -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. +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). ## Installation 1. Download sample `external-dns` manifest @@ -51,7 +51,6 @@ Adequate roles and policies must be configured in AWS and available to the node( ```yaml annotations: - kubernetes.io/ingress.class: alb alb.ingress.kubernetes.io/scheme: internet-facing # external-dns specific configuration for creating route53 record-set