-
Notifications
You must be signed in to change notification settings - Fork 217
Description
Hi All,
We are running the following flux components in our EKS cluster:
flux: v0.25.3
helm-controller: v0.15.0
image-automation-controller: rc-90dcdfd7
image-reflector-controller: v0.15.0
kustomize-controller: v0.19.1
notification-controller: v0.20.1
source-controller: v0.20.1
We are observing the following issues:
-
GitRepo stuck in an eternal reconciling in progress status, even when a timeout is set.
-
GitRepo reconcile failing immediately with the message: unable to clone 'ssh://[email protected]/example/examplerepo': error creating SSH agent: "SSH agent requested but SSH_AUTH_SOCK not-specified"
We have tried full uninstall and re bootstrapping to no success, we ran the same gitrepos in a sandbox cluster, we also tried applying https://github.com/fluxcd/source-controller/blob/main/config/testdata/git/large-repo.yaml to ensure that it wasn't a authentication issue, this workload also gets stuck in reconcile. Rolling back the source controller also does not resolve the issue.
Also setting the source controller to trace level doesn't reveal any issue in the logs.
Please let me know if we can provide anything further.