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

Commit

Permalink
Note limitation on localhost registry access
Browse files Browse the repository at this point in the history
  • Loading branch information
squaremo committed Jan 25, 2018
1 parent be35a3a commit 6ce7c92
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions site/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@ It is _not_ a requirement that the files are arranged in any
particular way into directories. Flux will look in subdirectories for
YAML files recursively, but does not infer any meaning from the
directory structure.

Flux uses the Docker Registry API to collect metadata about the images
running in the cluster. This comes with at least one limitation:

* Since Flux runs in a container in your cluster, it may not be able
to resolve all hostnames that you or Kubernetes can resolve. In
particular, it won't be able to get image metadata for images in a
private image registry that's made available at `localhost`.

0 comments on commit 6ce7c92

Please sign in to comment.