Is your bitbucket instance configured to use private mode? If so, you probably need to configure Drone to always authenticate when cloning using the DRONE_GIT_ALWAYS_AUTH server setting.
I both ping and curl google in drone/clone container
I found that ping work but curl fail which told me “connection refused”
So I believe there is something wrong of network in kube-runner container
I still try to figure it out
Btw, I can run all the commands successfully out of the container, so is it possible to let the kube runner and its pipeline running under the ‘host’ network