-
Notifications
You must be signed in to change notification settings - Fork 1.4k
-
|
Hello, I ran: kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml I then made a file runner.yml with: 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
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.
All reactions
-
|
hey @dashap did you find a fix to this, I have randomly started seeing the same error. |
Beta Was this translation helpful? Give feedback.