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

Commit

Permalink
Highlight the need for --manifest-generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfonso Acosta committed May 29, 2019
1 parent ba1e750 commit d11ea84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions site/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,9 @@ Disable image scanning for all images:

Yes!

Flux supports technology-agnostic manifest factorization through `.flux.yaml`
configuration files placed in the Git repository.
Flux experimentally supports technology-agnostic manifest factorization through
`.flux.yaml` configuration files placed in the Git repository. To enable this
feature please supply `fluxd` with flag `--manifest-generation=true`.

See [`.flux.yaml` configuration files documentation](site/fluxyaml-config-files.md) for
further details.
Expand Down
4 changes: 4 additions & 0 deletions site/fluxyaml-config-files.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Manifest factorization through `.flux.yaml` configuration files

## Enabling search of `.flux.yaml` files

This feature is still experimental. To enable it please supply `fluxd` with flag `--manifest-generation=true`.

## Goal

It is a common pattern to run very similar resources in separate clusters. There are various scenarios in which this is
Expand Down

0 comments on commit d11ea84

Please sign in to comment.