Change the manifests transformation scope

This commit is contained in:
stefanprodan 2020-04-09 13:11:37 +03:00
parent 5ca2f9a4c9
commit 6a1d0409cb
1 changed files with 2 additions and 2 deletions

View File

@ -23,11 +23,11 @@ Decoupling the Kubernetes objects acquisition from the reconciliation process wi
source manager would make Flux and Helm Operator resilient to outbound connectivity issues and would source manager would make Flux and Helm Operator resilient to outbound connectivity issues and would
simplify the state machine(s) that these controllers operate. simplify the state machine(s) that these controllers operate.
Managing the source operations in a dedicated controller could allow Flux to compose the desire state of a cluster Managing the source operations in a dedicated controller could enable Flux to compose the desire state of a cluster
from multiple source. from multiple source.
Further more the manifests transformation process could be performed by 3rd party tools Further more the manifests transformation process could be performed by 3rd party tools
(e.g. kustomize, jk, tanka, cue run by Tekton pipelines or Kubernetes Jobs) (e.g. kustomize, jk, tanka, cue run by Tekton pipelines or Kubernetes Jobs)
that would output the final state of the Kubernetes objects into an artifacts repository maintained by the source controller. that subscribe to source changes events.
## Goals ## Goals