Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2744 from fluxcd/ecr-kiam-docs
Browse files Browse the repository at this point in the history
Add Kiam whitelist to ECR docs
  • Loading branch information
stefanprodan authored Jan 14, 2020
2 parents 4d3420f + 9f4a292 commit ba76748
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ba76748

Please sign in to comment.