-
Hello, I'm new to Kubernetes and Self-Hosted Runners. I tried following the docs and setup using kubctl and kind locally for Org Runners. I have a GH App that is posting: Registered a self-hosted Actions runner for ... It seems that the Pods are recreating so fast that the one that gets posted never becomes available in the Org > Runners list. What is the best way to debug this behavior, or am I misunderstanding the functionality of something. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I was able to find it is related to TLS/SSL using: kubectl logs --namespace actions-runner-system POD_NAME --all-containers=true Found #1275 Going to do more digging on our network side |
Beta Was this translation helpful? Give feedback.
I was able to find it is related to TLS/SSL using:
kubectl logs --namespace actions-runner-system POD_NAME --all-containers=true
Found #1275
Going to do more digging on our network side