nimjor
nimjor
+1 This would be very useful for us as well. As it stands today, the option in the Helm chart to create an additional internal service isn't helpful because there...
For me what this issue comes down to is understanding why the helm chart allows one to create both an external and internal service for the controller, when it seems...
This is reproducible locally by simply starting the SMTP server listening on localhost:9025, then in a terminal issuing `nc -vz localhost 9025`: ```bash ❯ nc -vz localhost 9025 Connection to...
I'm also seeing this issue, both with the "legacy" runners (using summerwind/actions-runner) AND with the new style runner scale sets (using ghcr.io/actions/actions-runner:latest) -- @nikola-jokic. I ONLY see this issue when...
I can corroborate this issue, was going to open it myself but didn't get a chance to yet. The EphemeralRunners exist indefinitely with a `.status.phase: Running`. I'll share the cronjob...
@nikola-jokic I don't know if there are others on 0.11.0 still who are experiencing this same issue, but I doubt it, based on the fact that immediately after upgrading ours...
In case it's helpful, I can share the controller logs for one example runner before the upgrade and one after. We use Loki for logging, so these are the controller...
> We are running into a similar issue like [@kyrylomiro](https://github.com/kyrylomiro) mentioned. But for me, the pod is also running yet the workflow is completed and this is causing high queue...
> @nimjor we just merged a refactoring PR (#685) that migrated some resources to the terraform-plugin-framework and thus had to move the server_interface back to the SKDv2 code. I'm afraid...
If I had to guess, this is happening because the default value for the action input `prerelease` is not boolean `false` but rather an empty string `''`. If that's true,...