Flux fails to handle multiple reconciliation commands in a row #5230
-
Our organisation unfortunately uses Octopus Deploy to package up applications and ship OCI Artifacts to our container registry. Octopus then updates the Flux Git Repo with new OCIRepository and Kustomization resources, once complete, it executes the following commands on the destination cluster: $ flux reconcile source git flux-system
$ flux reconcile source oci <app_name>
$ flux reconcile kustomization <app_name> This requirement came from developers wanting immediate feedback from within the Octopus Web UI for if shipped artifacts are deploying etc. Unfortunately we hit a limitation where the
Any suggestions for how we can best mitigate around this? It does appear each |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Change |
Beta Was this translation helpful? Give feedback.
Change
flux reconcile source git flux-system
toflux reconcile kustomization flux-system --with-source