balchua / microk8s-actions

Bootstrap MicroK8s with Github Actions
34 stars 9 forks source link

Workload readiness proves not working: Connection refused #17

Closed lferran closed 1 year ago

lferran commented 1 year ago

Hello!

I'm using this github action here to run a nucliaDB statefulset as workload of the microk8s cluster.

However, the readiness probes don't even make it to the workload ( I get a connection refused errors)

https://github.com/nuclia/nucliadb/actions/runs/5747291181/job/15578072161?pr=1166#step:10:176

This is how I run the github action in my workflow: https://github.com/nuclia/nucliadb/pull/1166/files#diff-3e103440521ada06efd263ae09b259e5507e4b8f7408308dc227621ad9efa31eR25-R29

And the command I run to wait for the sts to be ready: https://github.com/nuclia/nucliadb/pull/1166/files#diff-3e103440521ada06efd263ae09b259e5507e4b8f7408308dc227621ad9efa31eR68

What is interesting is that the same steps work just fine locally... Is there anything obvious that I am doing wrong with the action or that I am missing?

lferran commented 1 year ago

oh sorry! nevermind it was the workload that indeed had problems starting up.