From 07115e4092732c46af1c48e43b2e7b5213d062cb Mon Sep 17 00:00:00 2001 From: nadilas Date: Wed, 1 Sep 2021 22:53:13 +0200 Subject: [PATCH] Document usage of AWS env vars Document the working method of using environment variables on the external-dns deployment to avoid the overhead of kiam or kube2iam when not using EKS --- docs/tutorials/aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/aws.md b/docs/tutorials/aws.md index 75dfbfc6f..358278683 100644 --- a/docs/tutorials/aws.md +++ b/docs/tutorials/aws.md @@ -55,7 +55,7 @@ If your EKS-managed cluster is >= 1.13 and was created after 2019-09-04, refer to the [Amazon EKS documentation](https://docs.aws.amazon.com/eks/latest/userguide/create-service-account-iam-policy-and-role.html) for instructions on how to create the IAM Role. Otherwise, you will need to use -kiam or kube2iam. +kiam or kube2iam or set the environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY on the deployment. ### kiam