This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Context deadline exceeded error using manifest-generation and kustomize #2477
Labels
Comments
@davidpristovnik does this happen if you let Flux do the update on its own without calling |
@stefanprodan Yes. What I did is changes the
I think if flux supported this kind of setup, where we could define git path and flux would traverse all the subdirectories and use the
|
Related issue: #1857 |
Resolved via #2481: setting the |
@hiddeco Thank you for the quick fix. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
All of our deployments use kustomize to render the manifests. Directory structure looks like this with up to a few hundreds of deployments:
Each
kustomization.yaml
has a reference to a common base, with multiple workloads/deployments.We use
--manifest-generation
feature, with.flux.yaml
config looking like this:This setup works fine for small number of deployments but when trying to enable automated release cycle or do a `fluxctl release --all --update-all-images' it fails with a timeout error.
Logs
Additional context
The text was updated successfully, but these errors were encountered: