I had a working drone installation, running in my kubernetes cluster.
After the upgrade of the cluster to 1.24 and restart of the nodes, the drone server won’t start any more.
The logging simply stops after “starting the zombie build reaper”, but the server is unreachable.
Port 80 does not respond.
{"build.limit":0,"expires":"0001-01-01T00:00:00Z","kind":"trial","level":"debug","msg":"main: license loaded","repo.limit":0,"time":"2022-09-07T07:29:59Z","user.limit":0}
{"admin":true,"level":"debug","login":"...","machine":false,"msg":"bootstrap: create account","time":"2022-09-07T07:29:59Z","token":""}
{"admin":true,"level":"debug","login":"...","machine":false,"msg":"bootstrap: updating account","time":"2022-09-07T07:29:59Z","token":""}
{"admin":true,"level":"debug","login":"...","machine":false,"msg":"bootstrap: account already up-to-date","time":"2022-09-07T07:29:59Z","token":""}
{"acme":false,"host":"drone.fritz.box","level":"info","msg":"starting the http server","port":":80","proto":"https","time":"2022-09-07T07:29:59Z","url":"https://drone.fritz.box"}
{"interval":"30m0s","level":"info","msg":"starting the cron scheduler","time":"2022-09-07T07:29:59Z"}
{"interval":"24h0m0s","level":"info","msg":"starting the zombie build reaper","time":"2022-09-07T07:29:59Z"}
The configured runner is as well unable to reach the server:
time="2022-09-07T07:26:43Z" level=error msg="cannot ping the remote server" error="Post \"http://drone.drone.svc.cluster.local/rpc/v2/ping\": dial tcp 10.107.227.4:80: connect: connection refused"
Cluster networking in general is working fine, there are lots of other pods/services running.
Enabling log trace did not reveal any useful hints. Is there a way to find additional hints to why the server is unreachable / stuck?