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.
Either is it some problem with docs that I misunderstood it or such quite critical feature is missing?
I one doc I see that I can pass something like "flux-ssh-config" ConfigMap where I can configure known_hosts but cannot probably pass private/public key which should be used?
The text was updated successfully, but these errors were encountered:
This is not the case, Flux will generate a SSH key only if the flux-git-deploy secret is empty. When a node goes down and Flux will be rescheduled on a new node, the secret will be mounted and Flux will use the existing key.
For the helm chart there is a flag called git.secretName so you can use whatever name you want for the secret. There is a docs PR underway #1527 you would want to wait for that one to be merged to avoid conflicts.
Looking on following documentation:
https://github.com/weaveworks/flux/blob/master/chart/flux/README.md#user-content-setup-git-deploy
https://github.com/weaveworks/flux/blob/master/site/helm-get-started.md#user-content-giving-write-access
https://github.com/weaveworks/flux/blob/master/site/standalone-setup.md#using-a-private-git-host
I can see that I can only get auto-generated Flux's public key and configure it in repository as deploy key. It means for me that Flux cannot operate in HA deployments where failure of some node is expected. In case of such failure Kubernetes will create new Flux container on another node and new keys will be created so new instance cannot connect with git repository without human intervention.
Either is it some problem with docs that I misunderstood it or such quite critical feature is missing?
I one doc I see that I can pass something like "flux-ssh-config" ConfigMap where I can configure known_hosts but cannot probably pass private/public key which should be used?
The text was updated successfully, but these errors were encountered: