Stefan Prodan
Stefan Prodan
@errordeveloper you're right, the comment was left in place from when we used crane, but it doesn't pull anything else but the manifest, following the code from `remote.Image` it ends...
> had there been requests about composing Git repos? Are submodules the go-to recommendation? Yes, see my answer here: https://github.com/fluxcd/source-controller/issues/854#issuecomment-1226152895
> operation: MergeDir I vote for `operation: ExtractAll` > With OCI it's just hashes and paths are only defined within a tarball, which is below OCI spec, so there can...
This will be covered by https://github.com/fluxcd/helm-controller/issues/1300
yes/no in YAML are boolean aliases, Flux substitutions only work with string so this can't be fixed.
@artem-nefedov this is such a great hack. I would love to have this in the Kustomization API docs.
Let's keep this opened until we have this procedure in Flux docs.
This is covered by: https://github.com/fluxcd/flux2/pull/5292
You can't set managedBy, it's not kustomize who manages the resources but Flux kustomize-controller. We add labels to track ownership like so: - `kustomize.toolkit.fluxcd.io/name: ` - `kustomize.toolkit.fluxcd.io/name: ` Also Flux...
You can shard only kustomize-controller, but before doing this, I suggest you increase the `--concurrent` and limits, see https://fluxcd.io/flux/installation/configuration/vertical-scaling/. A single kustomize-controller instance can do 1K reconciliation in about 3m,...