Kustomization stays in reconciliation until health check failure but HelmRelease artifacts are deployed and then unsynced #4884
Unanswered
LockeBirdsey
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm doing a very small test of Flux and I've run into a recurring issue:
HelmRepository
andHelmRelease
apps
directory withapps.yaml
referenceflux get kustomizations apps
is inReady=unknown
with messageReconciliation in progress
untilhealth check failed after 5m...
apps.yaml
, deploy and wait for reconciliationapps
kustomization is goneThe 2 main problems here:
I've noticed several concerns about the
timeout
andintervals
needing to be in a particular sequence, which I'm pretty sure I have correct, so this might be something else.> flux version flux: v2.3.0 distribution: flux-v2.3.0 helm-controller: v1.0.1 kustomize-controller: v1.3.0 notification-controller: v1.3.0 source-controller: v1.3.0
Cluster: k3s
Deployment YAMLs
cluster/main/apps.yaml
clusters/main/helmrepos/bitnami.yaml
apps/playground/nginx-test.yaml
Beta Was this translation helpful? Give feedback.
All reactions