From 9f4a292cbee0cd7f6e208af9f323cc01894cdc1b Mon Sep 17 00:00:00 2001
From: stefanprodan <stefan.prodan@gmail.com>
Date: Tue, 14 Jan 2020 13:51:39 +0200
Subject: [PATCH] Add Kiam whitelist to ECR docs

---
 docs/faq.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/faq.md b/docs/faq.md
index 93d049013..55f4fd98c 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -155,6 +155,11 @@ To work around exceptional cases, you can mount a docker config into
 the Flux container. See the argument `--docker-config` in [the daemon
 arguments reference](references/daemon.md).
 
+For ECR, if you are using Kiam, you need to whitelist the following API routes:
+```
+--whitelist-route-regexp=(/latest/meta-data/placement/availability-zone|/latest/dynamic/instance-identity/document)
+```
+
 See also
 [Why are my images not showing up in the list of images?](#why-are-my-images-not-showing-up-in-the-list-of-images)