-
Beta Was this translation helpful? Give feedback.
Answered by
ostiwe
May 7, 2022
Replies: 3 comments
-
Okay, i set apiVersion: actions.summerwind.dev/v1alpha1
kind: Runner
metadata:
namespace: github-runners
name: $runnerName$
spec:
organization: $org$
ephemeral: false |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ostiwe
-
Bear in mind that's expected behaviour for ephemeral runner pods. It's the job of the controller to actually go in and restart those completed pods. Be aware using non-ephermal runner pods may result in state issues as pods are not restarted between jobs runs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay, i set
ephemeral: false
, and now all work fine