You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some (*) kustomizations exhibit a running time of 7m30s + a seemingly random fraction of a second (or twice that amount), such as:
Normal ReconciliationSucceeded 52m kustomize-controller Reconciliation finished in 7m30.619913479s, next run in 24h0m0s
Normal ReconciliationSucceeded 45m kustomize-controller Reconciliation finished in 7m30.409957246s, next run in 24h0m0s
I'm not sure what the actual cause might be, however I collected a number of examples and counter-examples, which I attach here.
Examples of long reconciliation time (7m30s or 15m):
This used to happen with kustomize-controller up to 0.22.2, but with version 0.22.3 (suggested by @hiddeco for another issue, see here) running times of any reconciliation came back to normal values.
Some (*) kustomizations exhibit a running time of 7m30s + a seemingly random fraction of a second (or twice that amount), such as:
I'm not sure what the actual cause might be, however I collected a number of examples and counter-examples, which I attach here.
Examples of long reconciliation time (7m30s or 15m):
SOPS, substituteFrom, secret+HR+PDB
SOPS, substitute+substituteFrom, imageRepositories+cronjob+secret+rbac, healthcheck on cronjob
SOPS, substitute+substituteFrom, gitrepository+HR+secret+configmap (this reaches 15m of reconciliation time)
Note that, in all previous examples, timeout of 1m for reconciliation is not enforced.
Example of good reconciliation time (<10s):
SOPS, secrets
Note that, in all examples, no
secretRef
is used to configure SOPS decryptor, due to #595 .My environment:
Flux core patches
The text was updated successfully, but these errors were encountered: