we use fluxcd for deployments and we added
flux reconcile ks <name> --with-source
as the last command in our pipeline script
but it seems like the pipeline does not wait until the command finishes and tears down the pipeline
it prints
+ flux reconcile ks marketing --with-source
► annotating GitRepository flux-system in flux-system namespace
✔ GitRepository annotated
◎ waiting for GitRepository reconciliation
✔ fetched revision main@sha1:c5833320f6147b1942b45e1b02cae2b28e82b1d8
► annotating Kustomization marketing in flux-system namespace
✔ Kustomization annotated
◎ waiting for Kustomization reconciliation
and then teardown
normally the flux reconcile command should return successful or timeout after 5 minutes
how is that possible?
I recommend downloading the image and running the step's commands interactively within the container. This way you can debug the process locally.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.