You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.