-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hound gracefully shutting down at startup #466
Comments
I have the same issue as well. I've not figured out what the issue is yet |
Hi, |
That would make sense. If you don't mind me asking @MohamedTalhaoui - How are you dealing with SSH keys? We've mounted some private keys in to the Interested to see your approach to this |
Relevant part of my deployment yaml file below: ...
containers:
env:
- name: GIT_SSH_COMMAND
value: "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i /etc/ssh-key/id_rsa "
...
volumeMounts:
- name: ssh-key
mountPath: /etc/ssh-key
readOnly: true
...
volumes:
- name: ssh-key
secret:
secretName: hound-ssh-key
defaultMode: 0600
... Assuming existing k8s secret hound-ssh-key holding the ssh private key. |
I have deployed Hound in my K8S cluster to index my gitlab instance.
Container is running all all index are built successfully, however hound is immediately shutting down whith no reason.
These are all the logs I have.
The text was updated successfully, but these errors were encountered: