Replies: 2 comments
-
I did not wait long enough. It eventually shows: [2023-05-15 15:01:15Z ERR Runner] System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. |
Beta Was this translation helpful? Give feedback.
-
hey @dashap did you find a fix to this, I have randomly started seeing the same error. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I ran:
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
kubectl apply -f https://github.com/actions/actions-runner-controller/releases/download/v0.27.4/actions-runner-controller.yaml
kubectl create secret generic controller-manager -n actions-runner-system --from-literal=github_token="token-here"
I then made a file runner.yml with:
apiVersion: actions.summerwind.dev/v1alpha1
kind: RunnerDeployment
metadata:
name: ghrunners
namespace: actions-runner-system
spec:
replicas: 2
template:
spec:
enterprise: our-github-cloud-emu
group: "self-hosted-k8s"
labels:
- aksrunners
#organization: an-org-in-our-emu
It seems to show with kubectl get runners and kubectl get pods that I have runners running.
However, I do not see the runners. I see this error in the _diag log on one of the runners repeated over and over:
[2023-05-15 14:38:56Z WARN GitHubActionsService] Attempt 2 of GET request to https://pipelines.actions.githubusercontent.com/fIaFnqL9YhKvSh615wBUzaGSSOMbrm0cFzhb8bXbkDiV6MaLcX/_apis/connectionData?connectOptions=1&lastChangeId=-1&lastChangeId64=-1 failed (Socket Error: ConnectionReset). The operation will be retried in 12.985 seconds.
I was told we do have a firewall rule for the *.actions.githubusercontent.com for the subnet our aks cluster uses. Any ideas what this might be and what the fix is? I tried using organization and enterprise as options in the runner.yml. Both did not show runners.
Beta Was this translation helpful? Give feedback.
All reactions