In many documentation out there, there is references to Drone agent 3000 port.
- https://docs.drone.io/runner/exec/installation/linux/
- https://docs.drone.io/runner/kubernetes/configuration/reference/drone-http-bind/
- Drone not listening on port 9000?
- https://github.com/helm/charts/blob/265c085e06/stable/drone/templates/deployment-agent.yaml
- https://thepracticalsysadmin.com/set-up-drone-on-arm64-kubernetes-clusters/
However, I am not able to make it work. Does it still exist ?
According to these links:
- https://github.com/drone/drone/blob/v1.3.1/docker/Dockerfile.agent.linux.amd64
-
Make drone agent listen some port
https://github.com/drone/drone/blob/v1.3.1/cmd/drone-agent/config/config.go
There is no references to binding port anymore …