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
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
This required me to edit the weave flux agent deployment myself so that I could overwrite /root/.ssh/known_hosts.
I placed this new deployment version in the flux repository so that flux applies it to himself aswell.
After applying the deployment it works.
After some time, something reapplies a different deployment version without the ssh known hosts volumes attached and I get git repo not ready; git clone .... error errors until I reapply my custom deployment again.
Expected behavior
I don't expect the deployment version of the flux agent to be overwritten by anything, the version I wrote on git should prevail with my changes.
Logs
ts=2020-05-23T11:18:31.735691259Z caller=loop.go:85 component=sync-loop err="git repo not ready: git clone --mirror: fatal: Could not read from remote repository., full output:\n Cloning into bare repository '/tmp/flux-gitclone925536715'...\nNo ECDSA host key is known for <private-server> and you have requested strict checking.\r\nHost key verification failed.\r\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.\n"
Additional context
Flux version: 1.13.3
Kubernetes version: v1.12.7
Git provider: Self maintained Gitlab
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm using Weaveworks fluxcd solution with license. I've configured weave to target a private git server following https://github.com/fluxcd/flux/blob/master/docs/guides/use-private-git-host.md.
/root/.ssh/known_hosts
.After some time, something reapplies a different deployment version without the ssh known hosts volumes attached and I get
git repo not ready; git clone .... error
errors until I reapply my custom deployment again.Expected behavior
I don't expect the deployment version of the flux agent to be overwritten by anything, the version I wrote on git should prevail with my changes.
Logs
Additional context
The text was updated successfully, but these errors were encountered: