I do have an issue using Rancher that i can not wr...
# general
w
I do have an issue using Rancher that i can not wrap my head around: It is my first time using Rancher, so i installed it using Kube-Hetzner to create and manage my Kubernetes cluster using Terraform. To get warm with Rancher, i started by adding a test GitHub repository to see how i can deploy my projects as so: 1. I generated a new key and configured it as a deploy key in the repository. 2. I also tested the key locally using git pull. 3. Next, i added said key to the secrets of my local cluster. 4. After that i added my private GitHub repository to "Continous Delivery" on my local namespace and selected my SSH key for authentication. The issue i do have now is that i always do have the following error message:
Git git@github.com:username/repository.git refs/heads/master error: exit status 128, detail: ssh: connect to host github.com port 22: Connection timed out fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
Configuring a deploy key is something i have done a hundret times now but with Rancher it just does not want to work. Did i do something wrong or can you recommend a step by step guide on how i can add a GitHub repository to CD using SSH key authentication?