We are utilizing the Runner Autoscaler for Kubernetes in GKE to execute our pipelines. However, we encounter an issue when the runners attempt to clone the repository:
fatal: unable to access 'https://bitbucket.org/xxx/xxx/': SSL connection timeout
When I access the DinD container running on the runner-xxx pod. However, running docker ps
reveals several containers active for pipelines.
I can connect to bitbucket.org from DinD pod. Interestingly, when I enter one of these containers from within the DinD and try to access bitbucket.org, the connection fails, even though other public domains are accessible.