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

Commit

Permalink
Update FAQ with --registry-scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Jan 16, 2020
1 parent 834b13f commit e3083be
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,14 @@ If the replicas field is not present in Git, Flux will not override the replica

### Can I disable Flux registry scanning?

You can exclude images from being scanned by providing a list of glob expressions using the `registry-exclude-image` flag.
You can completely disable registry scanning by using the
`--registry-scanning=false` flag. This allows deploying Flux without Memcached.


If you only want to disable scanning for certain images, you can keep
`--registry-scanning` set to `true` (its default value) and tell Flux
what images to exclude. This is done by supplying a list of glob expressions
using the `registry-exclude-image` flag.

Exclude images from Docker Hub and Quay.io:

Expand All @@ -359,12 +366,6 @@ Exclude images containing `test` in the FQN:
--registry-exclude-image=*test*
```

Disable image scanning for all images:

```
--registry-exclude-image=*
```

### Does Flux support Kustomize/Templating/My favorite manifest factorization technology?

Yes!
Expand Down

0 comments on commit e3083be

Please sign in to comment.